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

Add support for polar charts #481

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

MichalBryxi
Copy link
Contributor

Polar charts, also known as radar charts, require the highcharts-more.js file.

I was also tinkering with the idea to just merge the if to the "waterfall" case below as it's essentially the same, but then decided against as it might cause issues in the future.

Copy link
Collaborator

@RobbieTheWagner RobbieTheWagner left a comment

Choose a reason for hiding this comment

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

This looks good to me! Should we also add it to the example app?

@MichalBryxi
Copy link
Contributor Author

Done:

Screenshot 2024-10-04 at 09 48 52

This is very much the use-case I'm using it for, so happy to see it working in the wild :)

@RobbieTheWagner
Copy link
Collaborator

@MichalBryxi mind fixing the conflicts? Sorry for the trouble!

- As per [documentation](https://www.highcharts.com/docs/chart-and-series-types/polar-chart):

> Polar charts, also known as radar charts, require the highcharts-more.js file.

I was also tinkering with the idea to just merge the if to the "waterfall" case below as it's essentially the same, but then decided against as it might cause issues in the future.
@MichalBryxi
Copy link
Contributor Author

No worries. @RobbieTheWagner pushed. Try again :)

@RobbieTheWagner RobbieTheWagner merged commit 3b374c9 into ahmadsoe:master Oct 7, 2024
12 checks passed
@MichalBryxi MichalBryxi deleted the patch-3 branch October 7, 2024 16:26
@github-actions github-actions bot mentioned this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing support for polar charts
2 participants