Hi!
I would like to represent data with a Area Chart though, I would like to have the “fill color” (or area color) different than the “line color”.
I noticed a comment from 2016
Is there a way to separately change the color of the line and the fill?
Lets say I want to make the line red and the fill green.
And your reply:
We have considered this feature for future release. As of now you have to use two different dataSeries (one line and another of type area) with the same set of dataPoints to achieve this
Having to dataset JUST for this purpose is not acceptable (we have thousands values on the X axis, and it is “yet another canvas js hack” we already have too much, the code is not clean anymore)
Could you ping me here when we’ll have a new parameter for the color of the line please?
thanks