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

Open
1 of 3 tasks
Gouvernathor opened this issue Aug 17, 2024 · 0 comments
Open
1 of 3 tasks

Max outer limit for polar area chart #11868

Gouvernathor opened this issue Aug 17, 2024 · 0 comments

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

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

No branches or pull requests

1 participant