Info
Version: | 0.91.0 |
Author(s): | Christian Swinehart |
Last Update: | Tuesday, October 7, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://arborjs.org/ |
NuGet Url: | https://www.nuget.org/packages/arbor.js |
Install
Install-Package arbor.js
dotnet add package arbor.js
paket add arbor.js
arbor.js Download (Unzip the "nupkg" after downloading)
Dependencies
- jQuery(1.6.1)
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.
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.