Browse Source

added echarts to ui

Natan 1 year ago
parent
commit
89221f43ec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      nicegui/ui.py

+ 2 - 0
nicegui/ui.py

@@ -20,6 +20,7 @@ __all__ = [
     'dark_mode',
     'dark_mode',
     'date',
     'date',
     'dialog',
     'dialog',
+    'echarts'
     'expansion',
     'expansion',
     'grid',
     'grid',
     'html',
     'html',
@@ -111,6 +112,7 @@ from .elements.column import Column as column
 from .elements.dark_mode import DarkMode as dark_mode
 from .elements.dark_mode import DarkMode as dark_mode
 from .elements.date import Date as date
 from .elements.date import Date as date
 from .elements.dialog import Dialog as dialog
 from .elements.dialog import Dialog as dialog
+from .elements.echarts import ECharts as echarts
 from .elements.expansion import Expansion as expansion
 from .elements.expansion import Expansion as expansion
 from .elements.grid import Grid as grid
 from .elements.grid import Grid as grid
 from .elements.html import Html as html
 from .elements.html import Html as html