Highcharts Pie Chart Drilldown not showing on third drill

后端 未结 2 1749
庸人自扰
庸人自扰 2021-01-12 13:49

I have two issues:

  1. The third drilldown the names of the DataLabels appear as \"Slice\" instead of their respective names. Is this a bug or do I need to specify
2条回答
  •  长发绾君心
    2021-01-12 14:20

    Check out this fiddle or use the following code in the drilldown part:

    data: [
        ['slice_name',10],
        ['slice_name',7],
        ['slice_name',33],
        ['slice_name',2]
    ]
    

提交回复
热议问题