-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Refactoring the utilities to reduce monosize of components #31291
Conversation
📊 Bundle size report✅ No changes found |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
change/@fluentui-react-charting-4903549d-4b4c-4971-bfce-c488ad145a47.json
Show resolved
Hide resolved
packages/react-charting/src/components/AreaChart/__snapshots__/AreaChart.test.tsx.snap
Outdated
Show resolved
Hide resolved
packages/react-charting/src/components/CommonComponents/CartesianChart.types.ts
Outdated
Show resolved
Hide resolved
packages/react-charting/src/components/CommonComponents/CartesianChart.base.tsx
Show resolved
Hide resolved
packages/react-charting/src/components/CommonComponents/CartesianChart.base.tsx
Outdated
Show resolved
Hide resolved
Can you update the PR description to represent only the changes in this PR. |
change/@fluentui-react-charting-4903549d-4b4c-4971-bfce-c488ad145a47.json
Outdated
Show resolved
Hide resolved
packages/react-charting/src/components/GroupedVerticalBarChart/GroupedVerticalBarChart.base.tsx
Outdated
Show resolved
Hide resolved
packages/react-charting/src/components/GroupedVerticalBarChart/GroupedVerticalBarChart.base.tsx
Outdated
Show resolved
Hide resolved
packages/react-charting/src/components/GroupedVerticalBarChart/GroupedVerticalBarChart.base.tsx
Outdated
Show resolved
Hide resolved
packages/react-charting/src/components/HeatMapChart/HeatMapChart.base.tsx
Outdated
Show resolved
Hide resolved
d2dc25f
to
d023c9b
Compare
packages/react-charting/src/components/AreaChart/AreaChart.base.tsx
Outdated
Show resolved
Hide resolved
Performed Full test pass on this PR https://fluentuipr.z22.web.core.windows.net/pull/31291/public-docsite/index.html#/controls. |
Refactoring the utilities to remove indirect function invocations. This reduced the monosize of each cartesian components by 4kB on an average.