Example of undefined in React Chart Component

/
/
SynchronizedChart

This example visualizes the history of currency exchange rates using synchronized charts.

More Details...

Loading....
Description

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 and area series, we need to inject LineSeries and AreaSeries module into services.

More information on the area series can be found in this   documentation section.