Thought this would be an easy one but not only I can't change the colour of the labels, it also doesn't increase the size of the visualisation to accommodate its size (probably because it's considered as absolute positioning)
I disabled value labels just to override everything from the config
But the labels still get the same colour as the Series. Surprisingly, I can see in the HTML that the <text> element is getting the right value (fill:red;) but the inside element <tspan> overrides my settings (color: rgb(242, 120, 89;)