Fade animation when switching between data #844
-
QuestionHello! Currently when switching between data series the charts animate from the bottom x-axis label to the proper graph data set. Let me know if you need more information. Thank you so much Vico version(s)2.0.0 alpha.21 UI framework(s)Jetpack Compose |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, @joseandroidengineer.
Please note that this happens only for new x values. When both the old series and the new series have a y value for a given x value, the y value is animated from the old one to the new one.
Yes, you can do this by creating a custom |
Beta Was this translation helpful? Give feedback.
Hello, @joseandroidengineer.
Please note that this happens only for new x values. When both the old series and the new series have a y value for a given x value, the y value is animated from the old one to the new one.
Yes, you can do this by creating a custom
DrawingModelInterpolator
(CartesianLayerDrawingModelInterpolator
in newer versions).