|
@@ -140,7 +140,21 @@ slider_track = SliderTrack.create
|
|
switch = Switch.create
|
|
switch = Switch.create
|
|
text_area = TextArea.create
|
|
text_area = TextArea.create
|
|
upload = Upload.create
|
|
upload = Upload.create
|
|
-
|
|
|
|
|
|
+area = Area.create
|
|
|
|
+bar = Bar.create
|
|
|
|
+box_plot = BoxPlot.create
|
|
|
|
+candlestick = Candlestick.create
|
|
|
|
+chart = Chart.create
|
|
|
|
+chart_group = ChartGroup.create
|
|
|
|
+chart_stack = ChartStack.create
|
|
|
|
+error_bar = ErrorBar.create
|
|
|
|
+histogram = Histogram.create
|
|
|
|
+line = Line.create
|
|
|
|
+pie = Pie.create
|
|
|
|
+plotly = Plotly.create
|
|
|
|
+polar = Polar.create
|
|
|
|
+scatter = Scatter.create
|
|
|
|
+voronoi = Voronoi.create
|
|
box = Box.create
|
|
box = Box.create
|
|
center = Center.create
|
|
center = Center.create
|
|
circle = Circle.create
|
|
circle = Circle.create
|
|
@@ -232,5 +246,3 @@ kbd = KeyboardKey.create
|
|
color_mode_button = ColorModeButton.create
|
|
color_mode_button = ColorModeButton.create
|
|
color_mode_icon = ColorModeIcon.create
|
|
color_mode_icon = ColorModeIcon.create
|
|
color_mode_switch = ColorModeSwitch.create
|
|
color_mode_switch = ColorModeSwitch.create
|
|
-
|
|
|
|
-plotly = Plotly.create
|
|
|