-
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
charting: Grouped vertical bar chart code refactor. #15838
charting: Grouped vertical bar chart code refactor. #15838
Conversation
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 5225e7f:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 08d28c85ddc861eb731df5ad30e7073128187a2d (build) |
@@ -0,0 +1,8 @@ | |||
{ | |||
"type": "none", |
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.
should this be patch, minor or major?
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.
Hi raghu,
All other PR's (which were cherry-picked and ported to master) are with type:none only. And while adding change file they are only 2 options(Prerelease and None). So I have added None.
* Grouped vertical bar chart code refactor cherry pick to port master * Change files * email updated in change files Co-authored-by: Jameela Kowsar Shaik (Zen3 Infosolutions America Inc) <[email protected]>
Pull request checklist
$ yarn change
Description of changes
Cherry-pick of ##15468
Original description
In the process of restructure of the Groped vertical bar chart,
Removed d3 related graph structure and updated with rectangles.
Implemented with Cartesian chart(Common component)
YMinValue and YMaxValue support added
Added support of yAxisTickFormat.
Customized callout support implemented.
Code cleanup
Snapshot and basic level unit test cases added
Deprecated below props(Made them as default props).
Note: As RTL support and word wrap of x axis already implemented for this chart, Now it's working as like previous. Attacked screenshots.
Focus areas to test
Grouped vertical bar chart
Grouped vertical bar chart with custom callout
yMax value support - with 100000 as Max value
RTL Support
Test link: http://fabricweb.z5.web.core.windows.net/pr-deploy-site/refs/pull/15468/merge/charting/dist/index.html#/examples/GroupedVerticalBarChart