echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Bug] dispatchAction of type 'highlight' does nothing on Treemap

Open juliabiesiada opened this issue 3 years ago • 1 comments

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

juliabiesiada avatar May 17 '22 14:05 juliabiesiada

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.

github-actions[bot] avatar May 16 '24 21:05 github-actions[bot]

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!

github-actions[bot] avatar May 23 '24 21:05 github-actions[bot]