-
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
Cherry-pick majority of react-charting fixes from v7 #16667
Conversation
* callout content ordering and line opactiy * Change files Co-authored-by: v-sivsar <[email protected]>
* Charting updates and fixes: - When `hideLegend` is true, no space is reserved for the legend - turn on `strictBindCallApply` compiler option and fix resulting errors - For VerticalStackedBarChart, support turning off hover action on legends - VerticalStackedBarChart: add minimum bar height option - VerticalStackedBarChart: add `onBarClick` callback option - VerticalStackedBarChart: simplify how data is passed to callbacks - VerticalStackedBarChart: don't output empty stack `<g>` - VerticalStackedBarChart: disallow `yMinValue` since setting it breaks the scale of the chart * fix lint error * fix bug with hovering line; make field name more descriptive * consolidate common code between focus and hover handlers * update legend examples to include onMouseOutAction * fix linter errors Co-authored-by: Michael Best <[email protected]>
* fix for exception thrown when the data of the first category is empty * Change files Co-authored-by: v-sivsar <[email protected]>
…s tooltip (microsoft#15993) * vertical bar cahrt * Change files * udpated change files * changes to area chart and line chart * added previous PR changes to 7.0 Co-authored-by: Jameela Kowsar Shaik (Zen3 Infosolutions America Inc) <[email protected]>
* changing fill to stroke, because it is a line * Change files * updated snapshots Co-authored-by: v-sivsar <[email protected]>
* HC mode for legends * Change files * email updated in change files * package change reverted * comments removed Co-authored-by: Jameela Kowsar Shaik (Zen3 Infosolutions America Inc) <[email protected]>
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. Latest deployment of this branch, based on commit e8325d2:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 1670a00d72167ab21cbf868772f15bb46aac0bb4 (build) |
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
🎉 Handy links: |
Cherry-picked PRs from v7: