arbor
arbor copied to clipboard
a graph visualization library using web workers and jQuery
# Issue - I've been using the arborjs library for graph visualization since few month ago. It had worked well on Firefox, but about 1 month ago, it started to...
just as title, If I continue adding node and edges that works fine, Arbor will automatically display the nodes and edges added, But When it comes to adding nodes and...
Hey there. I need some help with adding nodes. I'm trying to set an initial x,y when adding the node. E.g. addNode( 'uniqueId', { x: -10, y: -15 } )...
Made use of the halfviz example to make a force directed graph and am noticing that in Firefox (tested in 3.6.17 on Red Hat 5 and Firefox 6.0 in OSX...
The arborjs.org home page (and things I've tried to build with it) cause Firefox (versions 3.x, 7.0.1) to increase memory usage until the system falls over. CPU runs at 90%-ish....
The visualization looks great and I really like the simplicity of specifying the graph. What is really missing for me is the ability to add label to edges.
I have trying to analyze the performance of the Library and found that it slows down the browser. Even my working computer is 4GB RAM powerful, I have noticed when...
Hi, I've been playing around with arbor, pretty cool stuff. I don't really understand the physics. Do you know what parameters I should focus on to slow it down? Here...
When I try to load arborjs.org in IE8 or IE 9, I get the following errors: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0;...
The problem seems related to how the weight for the lines are being set to a null value, see lines 39 - 47. Chrome doesn't seem to mind but Firefox...