Просмотр исходного кода

💄 make all dot-charts static

jmacura 3 лет назад
Родитель
Сommit
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) {}