score:1

Accepted answer

there is now a sunburst module that will do this for you http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/sunburst/

<script src="https://code.highcharts.com/modules/sunburst.js"></script>

score:1

I think you want to use point.setVisible(boolean) for that, see example: http://jsfiddle.net/Fusher/abdPj/2/


Related Query