The dash_core_components library includes a component called Graph.
The figure argument in the dash_core_components. Graph component is the same figure argument that is used by plotly.py
.
The dcc.Graph component has four attributes that can change through user-interaction: hoverData, clickData, selectedData, relayoutData. Below are the events that changes these attributes.
- hover over points,
- click on points
- select regions of points in a graph