Example of undefined in Javascript Chart Control

/
/
Synchronized Charts

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

More Details...

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 modules using Chart.Inject(LineSeries) and Chart.Inject(AreaSeries) method. More information on the user interaction can be found in this documentation section.