FormidableLabs / victory

A collection of composable React components for building interactive data visualizations
http://commerce.nearform.com/open-source/victory/
Other
11.02k stars 523 forks source link

Support animating VictoryBar etc the same way as VictoryLine #1301

Open Victorien-Tardif opened 5 years ago

Victorien-Tardif commented 5 years ago

Bugs and Questions

Checklist

Question

I'd like to animate a bar chart with each bar coming one after the other, not all the bars growing up at the same time. How could I do that ? Thank you.

boygirl commented 5 years ago

@Victorien-Tardif The curtain style transition used in VictoryLine and VictoryArea is currently only supported for continuous chart types. I will label this question as a feature request for supporting this style of transition for other chart types.