Quantcast
Channel: Blogfreakz - Web Design and Web Development resources » Charts/Graph
Viewing all articles
Browse latest Browse all 11

Arbor.js – Graph Vsualization Library Using Web Workers & jQuery

$
0
0

Arbor is a graph visualization library built with web workers and jQuery. Rather than trying to be an all-encompassing framework, arbor provides an efficient, force-directed layout algorithm plus abstractions for graph organization and screen refresh handling.

arborjs Arbor.js   Graph Vsualization Library Using Web Workers & jQuery

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 your project and your performance needs.

As a result, the code you write with it can be focused on the things that make your project unique – the graph data and your visual style – rather than spending time on the physics math that makes the layouts possible.

Requirements: jQuery
Demo: http://arborjs.org
License: MIT License

Incoming search terms for the article:


Viewing all articles
Browse latest Browse all 11

Trending Articles