How to parse a multigraph from a GEXF file/string using graphology and sigmaJS?
I am trying to render a network map using a GEXF file in my application.
I am using ReactJS, with SigmaJS and graphology to handle the graphs. While simple graphs render fine, I am not able to parse graphs with multiple edges between the same nodes.
How to Pparse a multigraph from a GEXF file/string using graphology and sigmaJS?
I am trying to render a network map using a GEXF file in my application.
I am using ReactJS, with SigmaJS and graphology to handle the graphs. While simple graphs render fine, I am not able to parse graphs with multiple edges between the same nodes.