-
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
Support for negative values for VerticalBarChart #30164
Support for negative values for VerticalBarChart #30164
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 c3bf77b:
|
This representation is a bit confusing. We need to show the y=0 axis line here. |
@srmukher Some ids do not match in the snapshots resulting in build failure, but this is not happening on the local machine. Could you please help resolve this issue? |
…egative-value-support
Could you share a screenshot after the latest changes. |
Sure @AtishayMsft , |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
📊 Bundle size report🤖 This report was generated against 2a42b52a62aa5bc6e2c0fb81e43d4edf0b0fc4e9 |
🕵 fluentuiv8 No visual regressions between this PR and main |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 2a42b52a62aa5bc6e2c0fb81e43d4edf0b0fc4e9 (build) |
Closing for housekeeping 🏡 Feel free to re-open |
Previous Behavior
VerticalBarChart renders wrongly in case of negative y values.
New Behavior
Negative value support added for VerticalBarChart
This PR brings the following logic changes:
Related Issue(s)