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.

[ Full content available at: 
https://github.com/apache/incubator-echarts/issues/9087 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to