apache / apache/echarts

Is it possible to make the emphasized section in a sunburst graph to pop out and be slightly bigger?

Open
#16,013 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.