-
Notifications
You must be signed in to change notification settings - Fork 805
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
Charts: Add options support for X and Y axis #41109
Conversation
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 The e2e test report can be found here. Please note that it can take a few minutes after the e2e tests checks are complete for the report to be available. Follow this PR Review Process:
Still unsure? Reach out in #jetpack-developers for guidance! |
projects/js-packages/charts/src/components/line-chart/line-chart.tsx
Outdated
Show resolved
Hide resolved
1cbf427
to
06093b2
Compare
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.
👍
* allow passing in axis options * changelog * passing through the class names * add options * move defaults to component to make them available when options is passed
* allow passing in axis options * changelog * passing through the class names * add options * move defaults to component to make them available when options is passed
* add resizable container to the line chart stories * add resizable container to the pie chart stories * adds resizable container to the Pie Semi Circle Chart Stories * changelog * modify the pie chart component to be properly responsive * fix semi circle chart responsiveness * add fixed dimension stories * fix responsive and non-responsive stories on semi circle chart * add fixed dimensions story for pie chart * ensure no dimension props are being passed for responsive examples. * Remove more fixed dimensions from responsive stories * Refactor + rebase pie chart and pie chart stories and add back in theme selection * remove unecessary import * add width/height back in - just for radius calculation + clarity * don't need display:inline block here any more * Charts: Add options support for X and Y axis (#41109) * allow passing in axis options * changelog * passing through the class names * add options * move defaults to component to make them available when options is passed --------- Co-authored-by: Jasper Kang <[email protected]>
* allow passing in axis options * changelog * passing through the class names * add options * move defaults to component to make them available when options is passed
* add resizable container to the line chart stories * add resizable container to the pie chart stories * adds resizable container to the Pie Semi Circle Chart Stories * changelog * modify the pie chart component to be properly responsive * fix semi circle chart responsiveness * add fixed dimension stories * fix responsive and non-responsive stories on semi circle chart * add fixed dimensions story for pie chart * ensure no dimension props are being passed for responsive examples. * Remove more fixed dimensions from responsive stories * Refactor + rebase pie chart and pie chart stories and add back in theme selection * remove unecessary import * add width/height back in - just for radius calculation + clarity * don't need display:inline block here any more * Charts: Add options support for X and Y axis (#41109) * allow passing in axis options * changelog * passing through the class names * add options * move defaults to component to make them available when options is passed --------- Co-authored-by: Jasper Kang <[email protected]>
Fixes #
Proposed changes:
Other information:
Jetpack product discussion
Does this pull request change what data or activity we track or use?
Testing instructions: