Skip to content
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] Rename CartesianContextProvider to CartesianProvider #14102

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

JCQuintas
Copy link
Member

One more renaming 🙃

@JCQuintas JCQuintas added enhancement This is not a bug, nor a new feature component: charts This is the name of the generic UI component, not the React module! labels Aug 5, 2024
@JCQuintas JCQuintas self-assigned this Aug 5, 2024
@mui-bot
Copy link

mui-bot commented Aug 5, 2024

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

Generated by 🚫 dangerJS against 74ca363

Copy link

codspeed-hq bot commented Aug 5, 2024

CodSpeed Performance Report

Merging #14102 will not alter performance

Comparing JCQuintas:rename-cartesian-provider (74ca363) with master (d54212d)

Summary

✅ 3 untouched benchmarks

@JCQuintas
Copy link
Member Author

@alexfauquette this should be ready to review and decrease the amount of lines on #14121 😆

Comment on lines +44 to +46
<ZoomProvider {...zoomProviderProps}>
<SeriesProvider {...seriesProviderProps}>
<CartesianProviderPro {...cartesianProviderProps}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume the reordeing has a reason in the PR for zoom filterMode?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, though I think in the end I didn't use it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this can be reverted then to avoid introducing modification. But that recommendation seems more like psychologic safety than true engineering 😇

Comment on lines +44 to +46
<ZoomProvider {...zoomProviderProps}>
<SeriesProvider {...seriesProviderProps}>
<CartesianProviderPro {...cartesianProviderProps}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this can be reverted then to avoid introducing modification. But that recommendation seems more like psychologic safety than true engineering 😇

@JCQuintas JCQuintas merged commit 38184fe into mui:master Aug 9, 2024
23 checks passed
@JCQuintas JCQuintas deleted the rename-cartesian-provider branch August 9, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants