-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[charts] Improve SVG pattern
and gradient
support
#15720
Conversation
Deploy preview: https://deploy-preview-15720--material-ui-x.netlify.app/ Updated pages: |
CodSpeed Performance ReportMerging #15720 will not alter performanceComparing Summary
|
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.
Nice demo 👍
While reading it, I was wondering. If the tooltip marks were SVG elements instead of div, would they be able to access url
?
If that's the case, it will simplify a lot the explanations. And we could keep a subsections explaining the CSS vars trick for those who have custom components with HTML using colors.
Yeah definitely, I thought about that before going sleep 😄 My plan is to do that for v8 only though, so I can make the new marker designs in svg |
Co-authored-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Signed-off-by: Jose C Quintas Jr <juniorquintas@gmail.com>
Co-authored-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Signed-off-by: Jose C Quintas Jr <juniorquintas@gmail.com>
Cherry-pick PRs will be created targeting branches: v7.x |
Closes #15706