Skip to content

Conversation

@alexfauquette
Copy link
Member

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.

@alexfauquette alexfauquette added type: enhancement It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature. scope: charts Changes related to the charts. labels Nov 21, 2025
@mui-bot
Copy link

mui-bot commented Nov 21, 2025

Deploy preview: https://deploy-preview-20422--material-ui-x.netlify.app/

Bundle size report

Bundle Parsed size Gzip size
@mui/x-data-grid 0B(0.00%) 0B(0.00%)
@mui/x-data-grid-pro 0B(0.00%) 0B(0.00%)
@mui/x-data-grid-premium 0B(0.00%) 0B(0.00%)
@mui/x-charts 🔺+916B(+0.27%) ▼-117B(-0.11%)
@mui/x-charts-pro 🔺+918B(+0.21%) ▼-110B(-0.08%)
@mui/x-charts-premium 🔺+916B(+0.21%) ▼-145B(-0.11%)
@mui/x-date-pickers 0B(0.00%) 0B(0.00%)
@mui/x-date-pickers-pro 0B(0.00%) 0B(0.00%)
@mui/x-tree-view 0B(0.00%) 0B(0.00%)
@mui/x-tree-view-pro 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against 3eab188

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 21, 2025

CodSpeed Performance Report

Merging #20422 will not alter performance

Comparing alexfauquette:radar-item-anchor (3eab188) with master (f5e0bbc)1

Summary

✅ 13 untouched

Footnotes

  1. No successful run was found on master (5e126f7) during the generation of this report, so f5e0bbc was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@bernardobelchior
Copy link
Member

It seems that the tooltip is no longer activating in certain cases:

Screen.Recording.2025-11-24.at.08.01.11.mov

This doesn't seem to happen in master:

Screen.Recording.2025-11-24.at.08.00.42.mov

@alexfauquette
Copy link
Member Author

alexfauquette commented Nov 24, 2025

It seems that the tooltip is no longer activating in certain cases

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
Fixed in #20429

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Nov 25, 2025
@github-actions
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: out-of-date The pull request has merge conflicts and can't be merged. scope: charts Changes related to the charts. type: enhancement It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants