Sunburst: make the root node visible as the center circle
See original GitHub issueIs your feature request related to a problem? Please describe.
The root node in props.data
in Sunburst
gets thrown away. I would expect the root node to be displayed as the center circle of the sunburst. Is there already an API exposed for enabling this? Or could it be added fairly easily?
Describe the solution you’d like Add a prop for enabling the display of the root node as a circle at the center of the Sunburst.
Describe alternatives you’ve considered
Trying to jury rig it using the layers
prop.
Additional context
Here is the Sunburst widget from highcharts
which behaves the way I would expect, showing the root node as the center of the sunburst:
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
Learn more about the Sequences Sunburst
The circle in the center represents the root node, with the hierarchy moving outward from the center.
Read more >Add title to center of zoomable sunburst circle (d3.js)
I want to show the clicked label in the center circle. So instead of this: ... Get visible root node in zoomable sunburst...
Read more >sunburst-chart/README.md at master - GitHub
An interactive sunburst chart for representing hierarchical data, where each data node of a tree is represented by an annular segment within multi-layered...
Read more >plotOptions.sunburst.rootId | highcharts API Reference
A Sunburst displays hierarchical data, where a level in the hierarchy is represented by a circle. The center represents the root node of...
Read more >Configuring the Sunburst template - BMC Documentation
After you create a custom view page with the Sunburst template, the innermost circle in the Sunburst represents the root entity, with the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, sounds good. If I get some free time soon, I’ll see if I can make a PR for this change.
It doesn’t look like this ever got implemented?