Is it possible to make the emphasized section in a sunburst graph to pop out and be slightly bigger?
Open
en
new-feature
topic: sunburst
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
This will help the emphasis option be more dynamic. The emphasized sections would pop up and be displayed slightly bigger compared to the others.
### What does the proposed API look like?
The idea I have in my would be something like this :
```js
emphasis: {
focus: ‘ancestor’,
popUp: true,
label: {
rotate: 0,
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.