[Feature] Bar charts: add more options for emphasis focus
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?
On stacked bar charts, sometimes I need to emphasize the hovered stack (not just 'self'), e.g:
--
And its series-equivalent:
--
And optionally (for completeness) everything in the hovered dataIndex:
### What does the proposed API look like?
`{ emphasis: { focus: 'stack' | 'stackSeries' | 'dataIndex' } }`
Contributor guide
Assessment
This issue has not been assessed yet.