-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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-pro] Fix pro
components watermark
#16222
Conversation
Deploy preview: https://deploy-preview-16222--material-ui-x.netlify.app/ Updated pages: |
CodSpeed Performance ReportMerging #16222 will not alter performanceComparing Summary
|
scripts/x-charts-pro.exports.json
Outdated
{ "name": "ChartDataProviderPro", "kind": "Function" }, | ||
{ "name": "ChartDataProviderProProps", "kind": "TypeAlias" }, | ||
{ "name": "ChartDrawingArea", "kind": "TypeAlias" }, |
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.
I would be in favor of adding an export of the MIT container in packages/x-charts-pro/src/index.ts
such that pro users can both have the provider with and without zoom
ChartDataProviderPro
which checks and displays the watermark.ChartsContainerPro
as it usesChartDataProviderPro
under the hood/context/ChartDataProvider
to/ChartDataProvider
to be easier to use