David-Desmaisons / vue-plotly

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

Access animations #14

Open pennal opened 4 years ago

pennal commented 4 years ago

I am trying to achieve something similar to Chart.js, where there is an animation on appear (such as this one). From the documentation it looks like Plotly.animate() could do the trick. Is there any way to access the Plotly instance (and the animate method)?

I am not sure, but it looks like something similar has been asked in #3, it may be useful to provide this as a built-in function of the wrapper

datainvestor commented 4 years ago

This actually also interests me, any follow up for this issue?

yishiy commented 3 years ago

any one can help with this issue? also wonder how animation would work.

pennal commented 3 years ago

Sad to say, but I switched to echarts. Animations are built in and although a bit more difficult to customize, things are working just fine. This is the one I used