Hi Laura,
I have added the above code in HighChartsJSON but still it didn't is not coming.
Below the code,
"colors: ['#09A92D', '#92D050', '#FFC000', '#F8D3D3', '#FE9292', '#FD0000'],
'plotOptions': {
'series': {
'stacking': 'normal',
'dataLabels': {
'enabled': true,
'formatter': function() {
return (100.0 * this.y / this.total).toFixed(1) + '%';
}
},
'animation': false
}
}"
And i tried to enabled and disabled the chartFormat as well.
Output is coming like this,

Regards,
Saravana