-
Notifications
You must be signed in to change notification settings - Fork 21
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
Draft: add bar and column charts #3512
base: feature/set-up-highchart
Are you sure you want to change the base?
Conversation
@@ -1,5 +1,9 @@ | |||
class SpecificChartOptions { | |||
constructor(theme, type) { | |||
constructor(theme, type, useStackedLayout, config) { |
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.
@precious-onyenaucheya-ons I think this file is getting less useful and more of a sprawl now. I'd like to refactor it so that we start to have all the specific options just in bar-chart.js
, line-chart.js
etc. I'm going to look into this as part of this PR if you're happy with that appraoch.
@@ -135,5 +135,6 @@ | |||
}, | |||
"dependencies": { | |||
"highcharts": "^12.1.2" | |||
} | |||
}, | |||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
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.
@precious-onyenaucheya-ons I assume I should remove this change - I think yarn added it automatically.
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.
yes please
6b74f6d
to
19efeaa
Compare
…egory labels in bar charts
…ct as deep as necessary
b9d02df
to
db95d53
Compare
What is the context of this PR?
This PR will add the bar and column charts to the design system.
WIP for now to show Precious what I am working on.
Builds on #3506
How to review this PR
Describe the steps required to test the changes (include screenshots if appropriate).
Checklist
This needs to be completed by the person raising the PR.