Drilldown multiple levels Highchart

前端 未结 6 2078
清歌不尽
清歌不尽 2020-12-05 05:19

We like to Drilldown on multiple levels in Highchart. Is there already an example in Highchart?

Currently used code:

$(div).highchar         


        
6条回答
  •  抹茶落季
    2020-12-05 05:37

    You have to write a custom code for mutilple drill downs, We can achieve this by storing Data series in each columns ( first charts ) and passing this series to next graph and so on

提交回复
热议问题