Add zorder attribute to control stacking order of SVG traces drawn into cartesian subplots#6918
Add zorder attribute to control stacking order of SVG traces drawn into cartesian subplots#6918
zorder attribute to control stacking order of SVG traces drawn into cartesian subplots#6918Conversation
The issue is that the |
It looks like for traces in overlayed subplots we could default |
|
What is the desirable behavior when hovering over overlapping points? Plotly.newPlot(gd, [{
zindex: 100,
marker: {size: 20},
y: [0, 1]
}, {
marker: {size: 20},
y: [0, 2]
}]); |
zorder attribute to control stacking order of SVG traces drawn into cartesian subplots
What's new
zindexto SVG Cartesian traceszindexvalues are drawn in front of traces with lowerzindexvaluesCodepen
Screenshots:
TO DO: