Interchart communication
If two or more charts are there and based a series selection or drill down i want to bring updated data and add to another chart. The purpose is to create a dashboard having multiple charts.
3
votes
Srinivas
shared this idea
You can do that using event handlers like Axis.setExtremes, Point.update etc, and on the other chart you run methods to update that chart.