ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.58k stars 6k forks source link

How to implement chart race with bar chart #4391

Open kishorekumarek opened 4 years ago

kishorekumarek commented 4 years ago

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,

  1. Animate size of each bar with data updation(done)
  2. 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

sadia-onyxtec commented 1 year ago

Were you able to create this chart?