-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(react-charting): use legend data and config from Legends component for image export #33847
base: master
Are you sure you want to change the base?
Conversation
📊 Bundle size report✅ No changes found |
Pull request demo site: URL |
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.
Copilot reviewed 5 out of 19 changed files in this pull request and generated no comments.
Files not reviewed (14)
- packages/charts/react-charting/src/index.ts: Evaluated as low risk
- packages/charts/react-charting/src/components/Legends/Legends.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/components/GaugeChart/GaugeChart.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/components/LineChart/LineChart.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/components/VerticalStackedBarChart/VerticalStackedBarChart.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/components/DeclarativeChart/index.ts: Evaluated as low risk
- packages/charts/react-charting/src/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/components/VerticalBarChart/VerticalBarChart.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/components/SankeyChart/SankeyChart.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/components/AreaChart/AreaChart.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/components/DonutChart/DonutChart.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/components/GroupedVerticalBarChart/GroupedVerticalBarChart.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/components/HeatMapChart/HeatMapChart.base.tsx: Evaluated as low risk
- packages/charts/react-charting/src/utilities/image-export-utils.ts: Evaluated as low risk
Comments suppressed due to low confidence (1)
packages/charts/react-charting/src/components/DeclarativeChart/DeclarativeChart.tsx:180
- The error message 'Chart cannot be exported as image' is unclear. It should be updated to 'Chart instance does not support image export functionality'.
return reject(Error('Chart cannot be exported as image'));
@@ -0,0 +1,7 @@ | |||
{ |
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.
🕵🏾♀️ visual regressions to review in the fluentuiv8 Visual Regression Report
Keytip 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
Keytip.Offset.default.chromium.png | 121 | Changed |
react-charting-HeatMapChart 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
react-charting-HeatMapChart.Basic - RTL.default.chromium.png | 372 | Changed |
react-charting-VerticalBarChart 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
react-charting-VerticalBarChart.Basic - Secondary Y Axis.default.chromium.png | 4 | Changed |
This PR addresses the following issues:
Previous Behavior
LTR
RTL
New Behavior
LTR
RTL