c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.34k stars 1.39k forks source link

Where are the animation options? #981

Open 0o-de-lally opened 9 years ago

0o-de-lally commented 9 years ago

Is there a way to define animations? The only option in the docs seem to be transition timing.

I'm looking for ways of setting tween or easing.

I would like my charts to load like this: http://gionkunz.github.io/chartist-js/examples.html#svg-path-animation

It may be nice default for C3.

0o-de-lally commented 9 years ago

@aendrew Can you give me some input here? Thanks for the fast responses on my other issues.

masayuki0812 commented 9 years ago

Currently c3 does not have this kind of feature. Let me mark as enhancement at the moment.

DigitalWheelie commented 5 years ago

Can this please be added now?

Maybe an animateFromZero option, since the animation itself is already coded and setting initial y values as 0 seems to be one (awkward) way to get animated builds.