This sample demonstrates the animation capabilities of various chart series types in React Charts. The chart updates its data dynamically at regular intervals to showcase smooth transitions and animations.
In this example, different types of chart series, such as Line, Column, Spline, Area, Bar, Bubble, Scatter, Step Line, and Range Column, are animated to demonstrate real-time data updates. The chart dynamically updates with random values using the setData
method. Each chart type reflects its unique characteristics and enhances visual understanding through animations.
Injecting Module
Chart component features are divided into individual, feature-specific modules. To use a particular series, you need to inject the corresponding series module using the Chart.Inject(LineSeries)
method.
More information on the various chart types can be found in this documentation section.