I want to change the color of just part of a segment in a line chart.
Basically, if the line goes below zero I want it to be red, above zero, I want it green, like in the attached image.
I cannot use the color mapper because that makes the whole segment the given color, so it would be green or red from the previous value, regardless of whether it was positive or negative.
Is this currently possible? If not, is it something that can be implemented?
Thanks.