arbor.js
0.91.0
dotnet add package arbor.js --version 0.91.0
NuGet\Install-Package arbor.js -Version 0.91.0
<PackageReference Include="arbor.js" Version="0.91.0" />
paket add arbor.js --version 0.91.0
#r "nuget: arbor.js, 0.91.0"
// Install arbor.js as a Cake Addin #addin nuget:?package=arbor.js&version=0.91.0 // Install arbor.js as a Cake Tool #tool nuget:?package=arbor.js&version=0.91.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.
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.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.91.0 | 2,334 | 10/7/2014 |