This example visualizes the history of currency exchange rates using synchronized charts.
This demo showcases the synchronization of multiple charts, with crosshair, tooltip, and zooming functionalities synchronized across the charts. Hover over or zoom in on one chart to observe the corresponding impact on the other charts as well.
Injecting Module
Chart component features are segregated into individual feature-wise modules. To use line series, spline series, area series and splinearea series, we need to inject LineSeries
, SplineSeries
, AreaSeries
and SplineAreaSeries
module into services
.
More information on the area series can be found in this documentation section.