[Feature] Bar charts: add more options for emphasis focus #20723
Labels
en
This issue is in English
new-feature
pending
We are not sure about whether this is a bug/new feature.
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' } }
The text was updated successfully, but these errors were encountered: