I am developing a pie chart using Highcharts. Everything was fine and customized, until I started implementing the Drilldown feature.
This additional JavaScript file is changing the color to #0D2339 of the labels. My background is almost similar to this color.
I tried changing using
dataLabels: {
enabled: true,
color: 'white'
}
But this did not help.