DataApps and Widgets#
Constructor#
|
Entry point for data app registration. |
Widgets#
Input#
|
Creates a button. |
|
Creates a Checkbox. |
|
Creates a box that allows the user input as date range. |
|
Creates a box that allows the user input as date. |
|
A basic widget for getting the user input as a number field. |
|
Creates a radio button group for displaying multiple choices and allows to select one value out of a set. |
|
Creates a dropdown menu for displaying multiple choices. |
|
Creates a slider that lets a user pick a value from a set range by moving a knob. |
|
A basic widget for getting the user input as a text field. |
|
Creates a Timer for your dataApp. |
Visualize#
|
Creates an Vega-Altair chart: a declarative statistical visualization library for Python (https://altair-viz.github.io/index.html). |
|
Creates a Folium map: a declarative statistical visualization library for Python (https://python-visualization.github.io/folium/quickstart.html) |
|
Creates a Gauge. |
|
Adds a placeholder for a Image on a DataApp. |
|
Creates a Line Chart figure. |
|
Creates a Metric. |
|
TODO |
|
Creates a Ring. |
|
Displays rows of data. |
|
Creates a Label. |
|
Creates a Timer for your dataApp. |
Layout#
|
Defines a layout where widgets are arranged side by side horizontally. |
|
Defines a Tabs Layout, a layout that provides a horizontal layout to display tabs. |
|
Creates a layout that holds widget inside it vertically (stacked on-top of one another). |