Sfoglia il codice sorgente

💄 make all dot-charts static

jmacura 3 anni fa
parent
commit
b5ef03feb8

+ 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) {}