Skip to content
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

Draft
wants to merge 21 commits into
base: feature/set-up-highchart
Choose a base branch
from

Conversation

helenb
Copy link
Collaborator

@helenb helenb commented Mar 10, 2025

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.

  • I have selected the correct Assignee
  • I have linked the correct Issue

@helenb helenb requested a review from a team as a code owner March 10, 2025 08:46
@helenb helenb marked this pull request as draft March 10, 2025 08:46
@@ -1,5 +1,9 @@
class SpecificChartOptions {
constructor(theme, type) {
constructor(theme, type, useStackedLayout, config) {
Copy link
Collaborator Author

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"
Copy link
Collaborator Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes please

@helenb helenb force-pushed the feature/set-up-highchart branch from 6b74f6d to 19efeaa Compare March 12, 2025 11:31
@helenb helenb force-pushed the feature/bar-and-column-charts branch from b9d02df to db95d53 Compare March 12, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants