You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If different grays are used on axis line and grid lines, there can be overlaps that don't look nice as shown in the following example:
There could be a few possible solutions to this:
allow using only one color for grid/axis lines
render always the axis after rendering the grid but this will not solve the problem if the grid lines have different shades.
When different shades are used, then probably we need to sort the rendering order by color or by importance and render first light colors and then darker colors or more important elements ontop of less important elements.
markov00
changed the title
gridlines z-index vs cursor z-index (don't render gridline above the cursor line)
[cartesian] Gridlines and cursor z-index
Aug 2, 2023
markov00
changed the title
[cartesian] Gridlines and cursor z-index
[cartesian] Gridlines z-index by color
Aug 2, 2023
If different grays are used on axis line and grid lines, there can be overlaps that don't look nice as shown in the following example:
There could be a few possible solutions to this:
When different shades are used, then probably we need to sort the rendering order by color or by importance and render first light colors and then darker colors or more important elements ontop of less important elements.
Here is a demo PR to prove the point #2122
The text was updated successfully, but these errors were encountered: