Monday, May 20, 2024
1
rated 0 times [  3] [ 2]  / answers: 1 / hits: 16358  / 11 Years ago, thu, september 26, 2013, 12:00:00

What is a good JavaScript library for the visualization of time-evolving/dynamic graphs/networks?



My data is in the form of source -> destination at time triples like the following



A -> B at 100
B -> C at 101
A -> D at 104
C -> D at 105
...


On the screen I would like to see an animation of points connected by edges with edges flickering on and off as time evolves.



I'm also happy to contribute to an open source library that is almost there.



Clarifications:




More From » visualization

 Answers
3

I've worked with Sigma.js, which is an open source library exactly for the purpose of drawing network graphs. It's Canvas based, so faster than SVG especially for large networks, but dynamic manipulation of nodes/edges is not as straightforward. One nice feature is you can render Gexf files, created with Gephi or other tools, with very little effort.


[#75401] Wednesday, September 25, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
madelyn

Total Points: 449
Total Questions: 100
Total Answers: 100

Location: Seychelles
Member since Fri, May 7, 2021
3 Years ago
madelyn questions
Wed, Jul 28, 21, 00:00, 3 Years ago
Wed, Jul 14, 21, 00:00, 3 Years ago
Sat, Nov 7, 20, 00:00, 4 Years ago
Thu, Sep 3, 20, 00:00, 4 Years ago
;