Ovilia commented on issue #10485: Graph Layout with node id=0 causes Cannot set property dataIndex of undefined URL: https://github.com/apache/incubator-echarts/issues/10485#issuecomment-496145233 Technically speaking, `id` of `data` should be `string` values rather than `number` values. Try changing `id` and those in `target` and `source` to be `string` will remove the error in your case. But I think it's reasonable to improve the source code to prevent problems like this.
---------------------------------------------------------------- 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]
