Closed
Description
In a graph using overlaying on y-axis, if I add trace and remove it later, there remain vertical gridlines.
The issue can be reproduced by this codepen. If you add trace, then remove it and scroll on x-axis, you can see the original vertical gridlines remain there.
I originally reported this as comment to #1218 - as problem in Plotly.redraw()
but I tried to workaround it using addTraces
/deleteTraces
and it still produces those duplicated gridlines.