plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
17.08k stars 1.87k forks source link

Inside tick labels show under overlayed subplots with zorder #7227

Open archmoj opened 1 month ago

archmoj commented 1 month ago
          @archmoj: Sorry for the delay in testing. I finally got around to it.

The issue with the gridlines seems to be resolved, but we have a similar situation with the tick labels. Here is a codepen displaying the problem:

https://codepen.io/Djeramon/pen/RwzvXQX

What it looks like in the new test version: image

From my understanding, tick labels and ticks should always be drawn on top of the traces, correct?

Originally posted by @stephprobst in https://github.com/plotly/plotly.js/issues/7171#issuecomment-2401888912

stephprobst commented 4 weeks ago

Related: https://github.com/plotly/plotly.js/issues/7235