Skip to content
Snippets Groups Projects
Commit 7826ebb9 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* sample data + diagrams

parent ce600065
Branches
No related tags found
No related merge requests found
.grid-title {
margin-left: 5px;
margin-top: 2px;
}
......
......@@ -88,7 +88,7 @@ export class GridWidget extends BaseChartWidget {
el.appendChild(temp_subtitle);
height -= title_element.offsetHeight;
height -= temp_subtitle.offsetHeight;
height -= 10; // margin
height -= 12; // margin
el.removeChild(temp_subtitle);
cardHolder.appendChild(widget)
......
......@@ -10,7 +10,7 @@ export class HeatMapWidget extends BaseChartWidget {
}
plot(divWidth, divHeight, el) {
const [width, height] = this.clearAndScaleSvg(divWidth, divHeight);
const [width, height] = this.clearAndScaleSvg(divWidth, divHeight,20,20);
this.drawTitle();
if (!this.dataIsValid) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment