David-Desmaisons / vue-plotly

📈 vue wrapper for plotly.js
https://david-desmaisons.github.io/vue-plotly/
MIT License
255 stars 74 forks source link

Events' Names #28

Open yishiy opened 3 years ago

yishiy commented 3 years ago

An improvement suggestion.

It's not so obvious that how to get those emitted events from vue-plotly.

After some reading,I found out events' names are all lower cases and without prefix "plotly_" e.g. plotly_Relayout => relayout

It would very helpful if we could at least mention this on the documentation.