Usage
Signature
Parameters
A plotly Figure object.
Configuration for the plot. This is a dictionary that is passed directly to plotly. See the plotly documentation for more information. This takes precedence over the default configuration of the renderer.
Renderer to use for the plot. If this is not provided, the default renderer (
pio.renderers.default) is used.Markdown label for the element.
Callback to run when this element’s value changes.
Attributes
A dict of the plot data.
The selection of the plot; this may be an interval along the name of an axis.
The selected points data.
The indices of selected points.
Supported Chart Types
This function supports:- Scatter plots
- Scattergl plots
- Line charts
- Area charts
- Bar charts
- Treemap charts
- Sunburst charts
- Heatmaps