Skip to main content

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.

A component that displays Plotly graphs. You can listen to events triggered by Plotly.js and add interactivity to your charts. For example, implement cross-filtering.

Fields

NameTypeDescriptionOptions
Graph specificationObjectPlotly graph specification. Pass it using state, e.g. @, or paste a JSON specification.-
Custom CSS classesTextCSS classes, separated by spaces. You can define classes in custom stylesheets.-

Events

Sends a list with the clicked points.
Sends a list with the selected points.
Triggered when points are deselected.