arbor
arbor copied to clipboard
a graph visualization library using web workers and jQuery
Force directed layouts generally use a random seed for the simulation. It would be nice to have an option to set this value manually.
If arbor.js is included without any explicit path, as in: ``` ``` then the arbor_path() function incorrectly returns "/arbor.js", which doesn't work when it is not run from the root...
Go to arborjs.org, drag a node, and then hold the mouse still without letting go of the button, the node drifts away from the mouse instead of staying fixed.
You can just load the arborjs.org webpage on any android browser and see that it loads twice. Still looking into a cause for this.
Currently its possible to modify the stiffness of the all the edges in one go, by adjusting the stiffness system parameter. But, having the ability to tweak the stiffness of...
I have tried tweening a node, which works fine. But tweening an Edge in an existing particle system is obfuscating. It has not worked for me yet. The syntax given...
hi i wanted to all node to fix by fixed Point so i gave all Point to node at that time i found in screenUpdate method not call a redraw...
I´ve tried to re-package the arbor tween and graphics js into but encountered a number of issues... First, the web worker held me up and the overall packaging of the...
Is there any documentation on how to do a custom shape like diamond or triangle?
I have an XML file. Do you have any idea to make graph from it? From the demo, i only saw they made it from JSON file.