Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add a RadarChart#1453

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
leosutic wants to merge14 commits intochartist-js:main
base:main
Choose a base branch
Loading
fromleosutic:radar-chart
Open

Conversation

@leosutic
Copy link

@leosuticleosutic commentedOct 28, 2025
edited
Loading

This PR adds aRadarChart, which is a polar line chart. In order to support polar charts, the guts of theAxis class was factored out into aCartesianAxis class from whichAutoScaleAxis, etc. inherit, and a parallel hierarchy was created forPolarAxis. TheLineChart was then cloned and reworked into theRadarChart.

@gionkunz
Copy link
Collaborator

Thank you so much for your contribution! LGTM. I will need some time for a detailed review and testing.

leosutic reacted with thumbs up emoji

@leosutic
Copy link
Author

Hi@gionkunz , you're welcome, and thank you for starting this project!

I don't know if the PR is ready for review, but now that I have you here, these are the points that I I have left:

  • Can't get Storybook to run due to dependency conflicts
  • Can't get the sandboxes to run, would like to use that to test how various parameters affect the chart
  • I'm still a bit confused regarding the chart layout, and I'm not sure I'm adding up all the offsets and paddings right.
  • Need to test various types of "line" chart (area, point, etc)
  • Still not sure how to deal with, for example,GridDrawEvent:s for polar grid lines that are circles - thex1, y1, x2, y2 positional data doesn't really work for circles, so that might require some work.

@leosuticleosutic marked this pull request as ready for reviewNovember 28, 2025 22:30
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@leosutic@gionkunz

[8]ページ先頭

©2009-2025 Movatter.jp