-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[charts] Export useFunnelSeries
and useRadarSeries
#18034
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
Conversation
Deploy preview: https://deploy-preview-18034--material-ui-x.netlify.app/ Bundle size reportTotal Size Change: Show 2 more bundle changes@mui/x-charts-pro parsed: |
CodSpeed Performance ReportMerging #18034 will not alter performanceComparing Summary
|
{ "name": "useFunnelSeries", "kind": "Function" }, | ||
{ "name": "useFunnelSeriesContext", "kind": "Function" }, |
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.
Do we want to export both useFunnelSeries
and useFunnelSeriesContext
?
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.
We do that for all other series
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.
Right. I was asking because it might be confusing as the difference might not be clear.
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.
Yeah I thought about it before, but decided to release all for consistency.
Exporting the hooks that were missing