i'm trying to achieve the following with a columnrange chart:
In the api documentation i found the option "negativeColor" ("The color for the parts of the graph or points that are below the threshold."), but this option is coloring the whole column.
Is there a way to define that the positive part of the column should be "color" and the negative part should be "negativeColor"?
Instead of using columnrange, use simple stacking column series, negative values for one series and positive for the second series.