plotly / react-pivottable

React-based drag'n'drop pivot table with Plotly.js charts
https://react-pivottable.js.org/
MIT License
972 stars 248 forks source link

Manually Triggering Events on Plotly charts #152

Open deepsweech opened 1 year ago

deepsweech commented 1 year ago

Is it possible to trigger plotly chart events from outside the chart component?

I saw this from Plotly https://plotly.com/javascript/hover-events/#triggering-hover-events

Thanks in advance.