Chart title should render in front of all other chart elements
The chart title is rendered behind chart data and grid lines, causing data points to obscure the chart title.
When rendering to an interactive web page, it is possible to work around this by bringing the title toFront() after load.
However, this is impossible when using export, since it creates a new copy of the chart and then exports that.
Thus, the chart title should render in front of other chart elements, by default or as an option.
3
votes
TomE
shared this idea