Charts
Charts copied to clipboard
How to implement chart race with bar chart
What did you do?
Tried to implement chart race with bar chart like below https://www.youtube.com/watch?v=TWSm_5RU7cQ
What did you expect to happen?
Bars need to be exchanged in animation, like the longest one stays on top in horizontal barchart . In Horizontal bar chart,
- Animate size of each bar with data updation(done)
- it always sort bars based on size 3.when one bar grows bigger , animate longest one to top
What happened instead?
Unable to animate between bars
Charts Environment
Latest(NS)
Demo Project
Need behaviour like this one https://www.youtube.com/watch?v=TWSm_5RU7cQ
Were you able to create this chart?