So, pretty simple. I have a chart and it’s got data labels. According to the colors of the chart, I want the data label text to display in white. The trouble is a bit of text in skuidtheme.css that I can’t seem to be able to do anything about.
.sk-chart-standard .highcharts-data-labels tspan {
color: #000;
fill: #000;
}
There doesn’t seem to be anything I can do to affect this - it appears in the new, default themes. Setting a data label color on charts in the theme does not affect the rendering of the text. Using the Highcharts API to specify data label color does not affect the rendering of the text.
Why is this style element everpresent? Is this just something in my environment?
Thanks,
David