-
Notifications
You must be signed in to change notification settings - Fork 121
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
Move gridLineStyle
to be part of Theme
#237
Labels
Comments
5 tasks
nickofthyme
pushed a commit
that referenced
this issue
Sep 11, 2019
Move gridLineStyle into the `Theme` interface through the `AxisConfig` interface. BREAKING CHANGE: Added `GridLineStyle` to `Theme` (`theme.gridLineStyle.horizontal` and `theme.gridLineStyle.vertical`) * add gridLineStyle to AxisConfig * add chartTheme vs axisSpec * add gridLineStyle for theme or spec * merge gridLineConfig from theme with axisSpec * add visible key to GridLineConfig * specify theme styling per axis in story * add gridLineStyle theme with horiz and vert Fixes #237
markov00
pushed a commit
that referenced
this issue
Sep 11, 2019
# [12.0.0](v11.2.0...v12.0.0) (2019-09-11) ### Features * **theme:** add gridLineStyle to AxisConfig ([#257](#257)) ([97dd812](97dd812)), closes [#237](#237) ### BREAKING CHANGES * **theme:** Added `GridLineStyle` to `Theme` (`theme.gridLineStyle.horizontal` and `theme.gridLineStyle.vertical`) * add gridLineStyle to AxisConfig * add chartTheme vs axisSpec * add gridLineStyle for theme or spec * merge gridLineConfig from theme with axisSpec * add visible key to GridLineConfig * specify theme styling per axis in story * add gridLineStyle theme with horiz and vert
🎉 This issue has been resolved in version 12.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
# [12.0.0](elastic/elastic-charts@v11.2.0...v12.0.0) (2019-09-11) ### Features * **theme:** add gridLineStyle to AxisConfig ([opensearch-project#257](elastic/elastic-charts#257)) ([bf0f37f](elastic/elastic-charts@bf0f37f)), closes [opensearch-project#237](elastic/elastic-charts#237) ### BREAKING CHANGES * **theme:** Added `GridLineStyle` to `Theme` (`theme.gridLineStyle.horizontal` and `theme.gridLineStyle.vertical`) * add gridLineStyle to AxisConfig * add chartTheme vs axisSpec * add gridLineStyle for theme or spec * merge gridLineConfig from theme with axisSpec * add visible key to GridLineConfig * specify theme styling per axis in story * add gridLineStyle theme with horiz and vert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem? Please describe.
At the moment, you have to declare your grid styles completely separate from the theme, which also makes dark vs light mode more complicated.
Describe the solution you'd like
Move
gridLineStyle
into the full Theme json object.Checklist
[ ] every related Kibana issue is listed underKibana Cross Issues
list[ ]kibana cross issue
tag is associated to the issue if any kibana cross issue is presentThe text was updated successfully, but these errors were encountered: