Additional support for master-detail charts
Hi,
Can master-detail charts be extended to support like the following as well:
http://www.ejschart.com/examples/advanced/masterDetail.html
Also, can the code to implement an master-detail chart be made simpler? Even the current one in the demo seems long (without the series data) and can be made simpler. Look at the code in the link above and you will see what I meant.
-
Yes, you can do the same with Highcharts. Highcharts has the point.events.click event that you can use to create pie chart elsewhere on the page. In principle exactly the same as the above mention example shows.
The Highcharts master-details chart is in effect two charts, and the example exists only to show what can be done. In the future we will simplify this into a specific chart type.