-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Sunburst: add props.innerRadius similar to how Pie works #1649
Comments
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Hi, I am looking for the same functionality. I would be happy to spend some time on this to PR a change. Can you provide any suggestions/guidance for how to approach this? |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Bump. I'd also be interested in retrieving the inner radius as a property in |
There seems to be PR implementing this feature 👍 #2219 |
Is your feature request related to a problem? Please describe.
I need to be able to customize the size of the center hole in
Sunburst
. I noticed that thePie
component is able to do this with theinnerRadius
prop. Would it be possible to expose a similar customization toSunburst
?Describe the solution you'd like
Add
innerRadius: number
prop toSunburstProps
to expose control over the radius of the center hole in aSunburst
.Describe alternatives you've considered
Retiring to the countryside.
Additional context
Screen capture of
Pie
chart doing what I wantSunburst
to be able to do:nivo-pie-inner-radius.mov
The text was updated successfully, but these errors were encountered: