I would like to have a chart with:
1) A general background color
2) Another background color just for the “graph part”
3) Several axisX StripLine displayed on top of the “graph part background”
There’s the graph option ‘backgroundColor’ to solve 1).
I found one of your example which solve 2) Chart with different background colors using striplines.
Now for 3) try this new one, This is really close but there’s a problem: The axisX stripLines are not shown.
You can cheat and uncomment the opacity option of the axisY StripLine to have an idea of what’s expected, but I want my defined colors, without the opacity.
It seems the Y Stripline is always displayed on top. How to proceed to get what I’d like please?
Ideas: is there a way to add a “Z-index”-like or weight-priority to show one StripLine on top of another?
Thanks!