Hi Team, I am in between rendering charts where I want to Animate the chart on Change of DataSource of the Series.
Currently, chartComponent.refresh() animates the chart (Scatter plot/ Bar chart) from origin ( 0 Zero)
What I want is to just animate the Delta.
E.g.
For first DataSource one of Y value is 10 and updated DataSource has Y - 20,
Here refresh() animates the 20 form 0-20. But I want to control this movement from 10-20.
Similar, pattern follows for negative direction too.
Let me know if any example you do have for such support.
Thanks