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.
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.
You can use the update()
function to the point you want to modify : Highcharts Point update
chart.series[0].data[0].update({y: 14});