rooney opened a new issue, #20723: URL: https://github.com/apache/echarts/issues/20723
### What problem does this feature solve? On stacked bar charts, sometimes I need to emphasize the hovered stack (not just 'self'), e.g: <img width="378" alt="Image" src="https://github.com/user-attachments/assets/e193bb91-866b-4244-873e-981e8eaac708" /> -- And its series-equivalent: <img width="374" alt="Image" src="https://github.com/user-attachments/assets/4c01cef7-5d8c-48ae-bd08-ee030d804e56" /> -- And optionally (for completeness sake) everything in the hovered dataIndex: <img width="373" alt="Image" src="https://github.com/user-attachments/assets/ecdc70f8-c903-47ca-8227-b89b8f922b43" /> ### What does the proposed API look like? `{ emphasis: { focus: 'stack' | 'stackSeries' | 'dataIndex' } }` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
