Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Current Behavior: Currently, only a single data point is supported for animation in line-type and continuous-type series. Even when multiple data points are added, only the last newly added data point animates. The rest of the newly added data points (except the last one) are rendered instantly without smooth transitions, causing the update to appear abrupt and jarring.
Expected Behavior: When new data points are added to the chart, all of them should animate smoothly at once, similar to the initial load-time animation. The transition should look continuous and natural, without any sudden jumps or abrupt changes, regardless of how many points are added at once.