I would just like to post link to another DEMO application using flexvizgraphlib that was created during my academic curricula.
Project was designed to dynamically append graph data (nodes and edges) which allows user to traverse "infinte" graph. Additional data is transfered (when needed) via HTTP as XML. Application is using modified (and slightly patched) Force Directed layouter, since we wanted that every edge has its own weight.
I am posting it here since there were many questions if it is possible to dynamically change/append graph data with flexvizgraphlib. If it complies with Flexvizgraphlib team please let me know how to contribute source code to "Demo Apps" section.
Pulled together all the demos and code into one project. Try this out, everything compiles from source:
http://groups.google.com/group/flexvizgraphlib/browse_thread/thread/dd4fe23751226a6e
ho... the demo's right menu view source is not ok help me,god
Hi!
I would just like to post link to another DEMO application using flexvizgraphlib that was created during my academic curricula.
Project was designed to dynamically append graph data (nodes and edges) which allows user to traverse "infinte" graph. Additional data is transfered (when needed) via HTTP as XML. Application is using modified (and slightly patched) Force Directed layouter, since we wanted that every edge has its own weight.
Demo is currently available at: http://lab.eacademy.si/netgraph/netGraph.html
I am posting it here since there were many questions if it is possible to dynamically change/append graph data with flexvizgraphlib. If it complies with Flexvizgraphlib team please let me know how to contribute source code to "Demo Apps" section.
Regards, Robert