Преглед изворни кода

💄 make all dot-charts static

jmacura пре 3 година
родитељ
комит
b5ef03feb8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/app/dots-chart/all-in-one-graph/all-in-one-graph.component.ts

+ 1 - 1
src/app/dots-chart/all-in-one-graph/all-in-one-graph.component.ts

@@ -31,7 +31,7 @@ export class AllInOneGraphComponent implements OnInit {
     //width: '100%',
   };
   plotlyConfig = {
-    //staticPlot: true,
+    staticPlot: true,
   };
 
   constructor(public sdmDihService: SdmDihService) {}