missionz3r0 commented on issue #10944: Type Graph, Edges use data arrays index rather than name. URL: https://github.com/apache/incubator-echarts/issues/10944#issuecomment-517386464 I see what you're saying, but that splits from the API for [links](https://echarts.apache.org/en/option.html#series-graph.links) then. The API tells us that it uses the name, but in the case that you are using numbers for your name and edges it checks for the index? I would think it'd make more sense to first check for the name, and if that didn't exist then check the index.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
