WkKyo1024 opened a new issue, #20955: URL: https://github.com/apache/echarts/issues/20955
### Version >=5.4.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=sankey-simple ### Steps to Reproduce [error-sankey-options.txt](https://github.com/user-attachments/files/20053729/error-sankey-options.txt) Paste the options configuration in the link address into the official example emphasis: { focus: 'adjacency', // success // focus: 'trajectory', // error blurScope: 'coordinateSystem' } Setting "focus" to "trajectory" will cause the page to crash (中文: 把链接地址里的options配置粘贴到官方示例里 emphasis: { focus: 'adjacency', // success // focus: 'trajectory', // error blurScope: 'coordinateSystem' } focus设置为'trajectory'会导致页面崩溃) ### Current Behavior The nodes and links provided in the file can cause problems to occur(中文: 文件里提供的nodes和links会导致问题出现) ### Expected Behavior focus: Setting it as trajectory should not cause the page to crash. Although other data may be fine, the data I provided has this bug(中文: focus:设置为trajectory不应该导致页面崩溃,虽然别的数据可能没有问题,但是我提供的数据是有这个bug的) ### Environment ```markdown - OS: - Browser: - Framework: ``` ### 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]
