A component that displays Plotly graphs.Documentation Index
Fetch the complete documentation index at: https://dev.writer.com/llms.txt
Use this file to discover all available pages before exploring further.

Fields
| Name | Type | Description | Options |
|---|---|---|---|
| Graph specification | Object | Plotly graph specification. Pass it using state, e.g. @, or paste a JSON specification. | - |
| Custom CSS classes | Text | CSS classes, separated by spaces. You can define classes in custom stylesheets. | - |
Events
plotly-click
plotly-click
Sends a list with the clicked points.
plotly-selected
plotly-selected
Sends a list with the selected points.
plotly-deselect
plotly-deselect
Triggered when points are deselected.