[Bug] dispatchAction of type 'highlight' does nothing on Treemap
Version
5.3.0
Link to Minimal Reproduction
No response
Steps to Reproduce
DispatchAction:
item.focusFn = () => { if (chartHandler.echart && chartHandler.echart.echartInstance) { chartHandler.echart.echartInstance.dispatchAction({ type: 'highlight', seriesName: itemLabel }); } };
Current Behavior
The issue described in this issue still persists. Is there any update on if and when the issue will be fixed? In the meantime, can you suggest a workaround for it? Thanks.
Expected Behavior
I'd expect the node to be highlighted as it happens in bar charts: https://echarts.apache.org/examples/en/editor.html?c=bar-label-rotation
Environment
- OS: macOS Monterey
- Browser: Chrome v101.0.4951.64
- Framework: Angular 13.2.3
Any additional comments?
No response
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!