I would like to visualize a dynamic graph. Actually, I take a look on how some libraries treating that like d3.js
, sigma.js
and cytoscape.js
. The problem is that these libraries are reading the graph data from a specific file, in my case these data will be generated using a program (dynamically).
I am wondering if I can replace the file data, by a string text containing all information ?