0
votes

Is possible to change size of a slice of pie chart?

Ex: Need to change this black slice of a certain value or percentage.

This slice represents 10% of the pie, need to change to 1% for example.

enter image description here

1
Hi @sealabr, Could you describe your problem more precisely? Each slice in the chart represents one data point.ppotaczek

1 Answers

2
votes

You can use the update() function to the point you want to modify : Highcharts Point update

chart.series[0].data[0].update({y: 14});