arbor icon indicating copy to clipboard operation
arbor copied to clipboard

a graph visualization library using web workers and jQuery

Results 60 arbor issues
Sort by recently updated
recently updated
newest added

Hello! This code here works perfectly if you just copy & paste it in a .html file and open locally with a browser. ```html Document TEST ``` But when I...

There is a small typo in build/tmpl/arbor-full.js, build/tmpl/arbor.js, lib/arbor.js. Should read `visualization` rather than `vizualization`.

https://github.com/samizdatco/arbor/blob/c5f7ec33c9f4ca28218779ca65e4bdcdec481884/src/physics/atoms.js#L51

From the introduction: "It leaves the actual screen-drawing to you. This means you can use it with canvas, SVG, or even positioned HTML elements; whatever display approach is appropriate for...

Hi, I can't get arbor.js working in IE10. When trying arborjs.org, I get that in the console : using web workers SCRIPT438: L’objet ne gère pas la propriété ou la...

If I start off with a graph consisting of a single node, then the node will start running around like I was doing a Brownian motion simulation. Furthermore, if I...

Looks like samizdatco missed a barnes-hut.js include. Fixed: "run from the original source files" now works as expected. Previously it'd throw an error and die. (Had to use the default...

Is there a way to prevent overlapping edges, such as drawing arched edges? In the following example, there are two arrows between "a" and "b", but they are overlapped: a...

http://picture.in.th/id/743ab94901e384047b7b1e80614d904a This demo of me. i have a click on circle node(dot.pink) to show node(box), I just can do it any way .