plotly.js icon indicating copy to clipboard operation
plotly.js copied to clipboard

zorder property changes trace color

Open stephprobst opened this issue 4 months ago • 3 comments

The zorder property changes the color of stacked line traces. The following code pens demonstrate the problem. The only change between the various charts is, that the zorder property has been added to the traces. This should not have any impact on the colouring, but it does.

Stacked line traces (working / without zorder)

image

Stacked line traces (broken / zorder=1 on first trace)

image

Stacked line traces (broken / zorder on all traces)

image

stephprobst avatar Oct 17 '24 15:10 stephprobst