I need to drill down from a series to multiple series. But the drilldown id seems to be unique on a series, implying that I can't drilldown to multiple series from a single series; just one. How do I get round this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
It is possible to load series for drilldown in drilldown event using chart.addSingleSeriesAsDrilldown(e.point, series[0]);
mulitple times with different series and next call chart.applyDrilldown();
Example: http://jsfiddle.net/49q18Lp3/
标签:
highcharts