[Feature] Z index styling property of breadcrumbs
Open
en
new-feature
pending
stale
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
In treemap chart on zoom the chart is overlapping with breadcrumbs. In case of appending new element to the echart, adding z-index style property to breadcrumbs will allow to differentiate zIndex of separately chart and breadcrumb, thus eliminating problem of overlapping.
### What does the proposed API look like?
this.echartOption.series[0].breadcrumb.zIndex = 100
Contributor guide
Assessment
This issue has not been assessed yet.