Hello,
I'm adding lines via a Graphics Script in Graph Builder, but when many points are selected, the selected markers draw on top of the lines and hide them. Like in the middle of this graph:

I would like the lines to be in front of all the poits (including the selected ones, which is not the case here).
In the customize option of the graph builder, I can change order between points and script but it doesn't affect selected points.
My questions are:
-
Is there any way to change the drawing order so that Graphics Script elements can be drawn on top of all the data points, including selected points?
-
If not, is there a recommended workaround to keep the lines visible ?
The script producing this graph is attached.
Thanks