Single series drilldown to multiple series Highcharts

前端 未结 1 356
礼貌的吻别
礼貌的吻别 2020-12-11 22:44

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

相关标签:
1条回答
  • 2020-12-11 23:42

    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/

    0 讨论(0)
提交回复
热议问题