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

Max outer limit for polar area chart #11868

Closed
1 of 3 tasks
Gouvernathor opened this issue Aug 17, 2024 · 1 comment · Fixed by #11871
Closed
1 of 3 tasks

Max outer limit for polar area chart #11868

Gouvernathor opened this issue Aug 17, 2024 · 1 comment · Fixed by #11871

Comments

@Gouvernathor
Copy link

Documentation Is:

  • Missing or needed?
  • Confusing
  • Not sure?

Please Explain in Detail...

The ability for the biggest area not to be full, so to set a manual max value that isn't that. For instance when I show percentages, if nobody reaches 100% then I don't want the biggest to appear full.
I saw an example of that which involved passing

scales: {
    r: {
        max: total,
    },
},

to the Chart options (test pending), but I saw nothing close to that on the Polar Area page.
I saw relevant info in the Axes section (after using the search feature of the doc for "scales"), but nothing would have pointed me to "axes" or to "scales" otherwise

Your Proposal for Changes

Including such a max value on the example polar area chart. Maybe with a comment saying that if omitted it defaults to the max value of the dataset.

Example

No response

@LeeLenaleee
Copy link
Collaborator

LeeLenaleee commented Aug 20, 2024

On the polar area docs page it is shown here with a link to the radial linear scale config that the extra config is in there. Additionally I have added a link to the radial linear section of the docs in the samples

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants