question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sunburst: make the root node visible as the center circle

See original GitHub issue

Is 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:

https://user-images.githubusercontent.com/25019711/124046283-95daa200-d9df-11eb-9bfd-356c06de9b68.mov

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
joshburgesscommented, Jul 15, 2021

Ok, sounds good. If I get some free time soon, I’ll see if I can make a PR for this change.

0reactions
jswcommented, Feb 23, 2022

It doesn’t look like this ever got implemented?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found