keen / keen-js

https://keen.io/ JavaScript SDKs. Track users and visualise the results. Demo http://keen.github.io/keen-dataviz.js/
MIT License
578 stars 143 forks source link

c3 gauge animation #428

Closed joaoamaral closed 7 years ago

joaoamaral commented 7 years ago

It seems the loading animation from the c3.js gauge chart is not working. Is there an optional parameter needed to be passed?

Thank you

tbarn commented 7 years ago

Hey @joaoamaral! Have you tried it with our newer library that has more C3.js support? https://github.com/keen/keen-dataviz.js

Either way, can you please share your code too? Thanks!

joaoamaral commented 7 years ago

Hi! @tbarn So I made two codepens both with equivalent gauge charts. The first one has the initial animation and uses the old method (client.draw) The second one uses the Keen.DataViz but doesn't have the animation

https://codepen.io/joaoamaral/pen/MveOqd https://codepen.io/joaoamaral/pen/YxWEMx

joaoamaral commented 7 years ago

Moved here: https://github.com/keen/keen-dataviz.js/issues/77