flower-string opened a new issue, #20494: URL: https://github.com/apache/echarts/issues/20494
### Version 5.2.2 ### Link to Minimal Reproduction 不需要 ### Steps to Reproduce   graph类型的link配置,文档中表示是使用nodes中的name作为依据,但是实际上是使用字符串的id字段,如果id不是字符串,则使用数组的索引,希望修复文档或者修复代码使其表现一致。 ### Current Behavior   graph类型的link配置,文档中表示是使用nodes中的name作为依据,但是实际上是使用字符串的id字段,如果id不是字符串,则使用数组的索引,希望修复文档或者修复代码使其表现一致。 ### Expected Behavior 两种方案 1. 修复文档,将name字段改为id,使得文档与实际表现一致 2. 修复代码,将id改为name,使其与文档一致 ### Environment ```markdown - OS:windows10 - Browser:chrome - Framework:electron-vite ``` ### 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]
