arbor.js 0.91.0

dotnet add package arbor.js --version 0.91.0
NuGet\Install-Package arbor.js -Version 0.91.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="arbor.js" Version="0.91.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add arbor.js --version 0.91.0
#r "nuget: arbor.js, 0.91.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,296 10/7/2014