Explorar o código

💄 make all dot-charts static

jmacura %!s(int64=3) %!d(string=hai) anos
pai
achega
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) {}