Arbor.js – Graph Visualization Library With Web Workers & jQuery
13
Jan
// php the_time('Y') ?>
Arbor.js is a graph visualization library built with web workers and jQuery.
It provides an efficient, force-directed layout algorithm, abstractions for graph organization and screen refresh handling.
The library doesn't force a specific method for screen-drawing and you can use it with canvas, SVG, or even positioned HTML elements; the best one that fits your project.
Arbor.js simply helps you focus on the graph data and its style rather than spending time on the physics math that makes the layouts possible.
It also comes with a well-documented API and creative demos.
Requirements: jQuery
Compatibility: All Modern Browsers
Website: http://arborjs.org/
Download: https://github.com/samizdatco/arbor
Compatibility: All Modern Browsers
Website: http://arborjs.org/
Download: https://github.com/samizdatco/arbor
- Tags:
Javascript
- Filed under: Charts, Goodies, Other License
- 4 Comments












4 Responses for "Arbor.js – Graph Visualization Library With Web Workers & jQuery"
It doesnot work with any IE version. Arbor.js has many errors on IE. Anonymous function not returning any value , arbor_path:arbor_path(,) comma in the last parameter etc.
It doesnt really work with firefox either. Slow and buggy
does not work with IE
This is only working in chrome, I guess