-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement layers (z-index) for layout items #6241
Conversation
Cool idea! I'd probably call it |
I prefer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, Looks good.
You have to thank @simonbrunel for the idea 👍 |
When will this be released? |
Waiting for the feature as well. |
Allow changing of drawing order by z-index. Option available for
gridLines
andticks
initially.Demo
Alternative to: #6226
Closes: #2808
Closes: #3724
Closes: #3738
Closes: #3722
Closes: #3957