chronoline 0.1.6

dotnet add package chronoline --version 0.1.6
NuGet\Install-Package chronoline -Version 0.1.6
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="chronoline" Version="0.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add chronoline --version 0.1.6
#r "nuget: chronoline, 0.1.6"
#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 chronoline as a Cake Addin
#addin nuget:?package=chronoline&version=0.1.6

// Install chronoline as a Cake Tool
#tool nuget:?package=chronoline&version=0.1.6

chronoline.js is a library for making a chronology timeline out of events on a horizontal timescale.

You can see a demo at https://stoicloofah.github.io/chronoline.js/

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.1.6 1,113 5/21/2018
0.1.5 1,000 5/20/2018
0.1.3 1,598 5/5/2016

Currently, chronoline.js only requires raphael.js to function. jQuery is used to provide nicer tooltips (using qTip2) and dragging support, but these aren't required.