[Feature] allow emphasis to change z value
Open
en
new-feature
pending
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
I want to bring emphasised series to front, so that it doesn't remain bellow other series.
I have a lot of lines overlapping, so this would allow me to bring in front the one user is interested in.
### What does the proposed API look like?
```js
const options = {
series: [{
type: 'line',
z: 2,
emphasis: {
z: 3,
},
}]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.