-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[charts-pro] Heatmap performance improvements #20697
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
|
Deploy preview: https://deploy-preview-20697--material-ui-x.netlify.app/ Bundle size report
|
CodSpeed Performance ReportMerging #20697 will improve performances by 23.31%Comparing Summary
Benchmarks breakdown
Footnotes |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
bdcc83e to
4cc5aa3
Compare
| /** | ||
| * Hook to get pointer interaction props for chart items. | ||
| */ | ||
| export function useInteractionItemProps() { |
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.
This logic is pretty much the same as the one for the bar batch renderer PR. After both these PRs are merged we'll have two hooks that basically do the same thing. I'll work on creating a API that makes this extendable to other charts as I suspect we'll want that as well.
Related to #20702.