I build a “multichart”, a chart with multiple Y-Axis (three linear to be precise) and one DateTime X-Axis.
On two of the Y-Axis, Columns charts are displayed, on the last one a series chart.
I’m trying to display the grid lines on the background of the charts but setting the gridLine width and color on all the axis did’t worked.
Yes they are the grid lines we want to show, but what we would like to do (as we did with our old UI framework) is to have multiple charts stacked on on top of the other in the same (multi)chart, not overlapped as they are in the demo.
We are able to draw them stacked charts using different Y axis, but we are not able to draw the background grid lines.
Test out if the order that you add the data series have an affect on anything. First data series usually has priority when configuring global matters. Try with one data series, and when the gridlines are visible, try to add the second. See in which moment it breaks. Is it some certain series type that breaks it?