We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a08dbe commit a6e8f5bCopy full SHA for a6e8f5b
frontend/src/app/graphic-builder/shared/components/viewer/chart-view/chart-view.component.ts
@@ -66,9 +66,12 @@ export class ChartViewComponent implements OnInit {
66
});
67
}
68
69
- this.runVisualization();
70
this.defaultTime = resolveDefaultVisualizationTime(this.visualization);
71
+ if (!this.defaultTime) {
72
+ this.runVisualization();
73
+ }
74
+
75
window.addEventListener('resize', (event) => {
76
this.resizeChart();
77
0 commit comments