Highcharts - drill down to multiple series

前端 未结 4 533
梦谈多话
梦谈多话 2021-01-11 23:03

I have a parent chart that I need to drill down to a child chart with multiple series. Here is a toy example of what I would like to do. (I know this does not wor

4条回答
  •  伪装坚强ぢ
    2021-01-11 23:47

    Found a neat solution here

    Uses a drillup option,

     Highcharts.setOptions({
            lang: {
                drillUpText: '<< Go Back {series.name}'
            }
        });
    

提交回复
热议问题