vue-trend icon indicating copy to clipboard operation
vue-trend copied to clipboard

Animation on data change?

Open mishushakov opened this issue 8 years ago • 4 comments

Hey guys, love the library, could you please add animation when data changes or new properties are added? Would be very nice, thank you!

mishushakov avatar Oct 01 '17 20:10 mishushakov

@QingWei-Li Hey, you closed the issue, but the bug remains :( https://jsfiddle.net/nyh18bLq/417/ is it just cache or should it work like that?

mishushakov avatar Jan 22 '18 22:01 mishushakov

Something new about this issue I wanna get an animation when data change, is it posible?

armandomendivil avatar Apr 27 '18 18:04 armandomendivil

You can try laue https://github.com/QingWei-Li/laue

QingWei-Li avatar Jun 19 '18 07:06 QingWei-Li

Here's a hack that worked for me:

I assign a key to the vue-trend instance and update it when the data changes in order to redraw the chart. This is a good write-up on forcing a component to render again in Vue.

thaddeusm avatar Feb 06 '19 05:02 thaddeusm