Răsfoiți Sursa

do not "pre-style" highcharts

Rodja Trappe 3 ani în urmă
părinte
comite
fa747104d0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      nicegui/elements/chart.py

+ 1 - 1
nicegui/elements/chart.py

@@ -11,6 +11,6 @@ class Chart(Element):
 
         :param options: dictionary of highcharts options
         """
-        view = jp.HighCharts(classes='m-2 p-2 border', style='width: 600px')
+        view = jp.HighCharts()
         view.options = self.options = jp.Dict(**options)
         super().__init__(view)