When setting up a Column Chart with Drilldown:
The main chart displayed data labels in a blurred black color. However, when clicked, the next columns that appear (the drilled down columns) are clear and easy to read (white color, no blur). I discovered a workaround by declaring:
.highcharts-drilldown-data-label TEXT { color: #FFFFFF !important; text-shadow: 0 0 0px white !important; fill: white !important }
Feel free to remove the selector above and see the result here: https://jsfiddle.net/marcelbonnet/pjb5dw9q/1/
Do you think this is a bug in highcharts or could it be an error on my part? I even tried changing the jQuery version with no effect.