Bläddra i källkod

do not "pre-style" highcharts

Rodja Trappe 3 år sedan
förälder
incheckning
fa747104d0
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)