rooney opened a new pull request, #20724: URL: https://github.com/apache/echarts/pull/20724
…'stackSeries', and 'dataIndex'). close #20723 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do? Implement new options for `emphasis.focus`: 'stack' | 'stackSeries' | 'dataIndex' ### Fixed issues - #20723 ## Details ### Before: What was the problem? On stacked bar charts, on hover, need to be able to emphasize the stack (not just 'self'):  ### After: How does it behave after the fixing? You can specify `emphasis: { focus: 'stack' }` in the options. ## Document Info One of the following should be checked. - [ ] This PR doesn't relate to document changes - [X] The document should be updated later - [ ] The document changes have been made in apache/echarts-doc#xxx ## Misc ### ZRender Changes - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx). ### Related test cases or examples to use the new APIs - [X] Test case and examples should be added later ## Others ### Merging options - [ ] Please squash the commits into a single one when merging. ### Other information What tests I should add? -- 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]
