sethwilsonUS opened a new issue #9087: Access URL: https://github.com/apache/incubator-echarts/issues/9087 Hello, I have a `gexf` file with edges formatted as follows: ``` <edge id="117" source="93" target="94"> <attvalues> <attvalue for="mappingtype" value="DIRECT"></attvalue> </attvalues> </edge> ``` Is there any way I can access the `mappingtype` attribute so I can dynamically style my links? It doesn't appear the `dataTool.gexf.parse` method pulls in these attributes for links as it does for nodes. Thanks.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
