score:2

Accepted answer

since i'm not sure which you prefer here is a fiddle you can look at that leverage the highcharts formatter attribute:

formatter: function() {
       return math.round(this.percentage*100)/100 + ' %';
}

i believe what you want is something like this.


Related Query

More Query from same tag