-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[charts] Support tooltip anchor position for radar #20422
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
base: master
Are you sure you want to change the base?
Conversation
3089cd4 to
d48c212
Compare
|
Deploy preview: https://deploy-preview-20422--material-ui-x.netlify.app/ Bundle size report
|
CodSpeed Performance ReportMerging #20422 will not alter performanceComparing Summary
Footnotes |
|
It seems that the tooltip is no longer activating in certain cases: Screen.Recording.2025-11-24.at.08.01.11.movThis doesn't seem to happen in master: Screen.Recording.2025-11-24.at.08.00.42.mov |
That's "expected" because the tooltip is trigger by item hover https://mui.com/x/react-charts/radar/#tooltip This make me realise the tooltip item appear on hover of the series item, but disapear when you leave the SVG |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Follow up on #19954
Not super interesting, because the tooltip item for radar is at the series level. We don't show tooltip for a single point of the series. But I'm adding it for consistency
Since the radar tooltip need all radius axis to do the computation, I modified the polar axes propagation. Instead of providing the one of interest for the series, I pass the entire config.