Move annotations to background

Hello,

I plotted a line chart with little circles on top of the line. To plot these circles, I used annotations with just the following arguments:

showarrow=True,
arrowhead=6,
arrowcolor= arrowColor,
arrowsize=2,
arrowwidth=1.5,
standoff=0,
opacity=0.5,
ax=0
ay=10

Is there a possibilty to move the annotations to the background? Right now itโ€™s possible that the line is hidden by the annotations (especially when there are a lot of circles close to each other and the summed up opacity is > 1).

I checked the Annotations documentation (Text and Annotations | Python | Plotly) but couldnโ€™t find what I was looking for.

Are annotations even the right choice? It could also be possible to move the line chart to the top.

Thank you and best regards,
Xopin

Is there any solution for this?

I have the same problem, I have annotation to give the timestamp, but it hides the plot.
I can use legend, but it makes the graph much larger.
bilde

Would be nice to be able to set the overwrite order of plots and annotation

Thanks

I agree, but thatโ€™s not possible right now. You canโ€™t control the order of the traces neither, which would be another thing nice to have.