-
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
Adjust stacked bar chart styles as per design #25334
Conversation
📊 Bundle size report🤖 This report was generated against a847f4059f4863a8d707f253b4a82f75855a3a89 |
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 f39383d:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: a847f4059f4863a8d707f253b4a82f75855a3a89 (build) |
6f3fefb
to
f39383d
Compare
@@ -40,7 +40,7 @@ export interface IMultiStackedBarChartState { | |||
|
|||
export class MultiStackedBarChartBase extends React.Component<IMultiStackedBarChartProps, IMultiStackedBarChartState> { | |||
public static defaultProps: Partial<IMultiStackedBarChartProps> = { | |||
barHeight: 16, | |||
barHeight: 12, |
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.
does the size of legend also need to be updated
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.
didn't find any guidance for legend size in the work item
* adjust stacked bar chart styles as per design * add change file * minor
Current Behavior
New Behavior