HJK181 opened a new issue, #21010: URL: https://github.com/apache/echarts/issues/21010
### Version 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/p/devbox/beautiful-chebyshev-3lgfcx?workspaceId=ws_P5axcbk322QJHWwfpQvWGp ### Steps to Reproduce 1. create a treemap chart with leafDepth: 1 2. dispatch a treemapRootToNode action with a leafDepth > 1 See the setTimeout in the codesandbox. If you remove "/child1" from the targetId the actions works. It also behaves correctly if you remove leafDepth: 1 from the series. ### Current Behavior The svg renders nothing ### Expected Behavior The correct node is rendered, the same way when you click from node to node in the chart. ### Environment ```markdown ``` ### Any additional comments? _No response_ -- 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]
