Advertisements
graph_visualization_library

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.

Please feel free to join us and you are always welcome to share your thoughts even if you have more reference links related to other tips and tricks that our readers may like.
Don’t forget to Subscribe to our  RSS-feed subscribe to our RSS-feed and
Follow us on  Twitter follow us on Twitter — for recent updates.

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

Advertisements