nvd3.js 1.7.1

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

// Install nvd3.js as a Cake Tool
#tool nuget:?package=nvd3.js&version=1.7.1

Reusable charts and components on top of d3.js.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

    • d3 (>= 3.5.0)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.1 2,568 2/22/2015
1.1.15 2,134 3/30/2014
1.1.10-beta7 106 9/15/2013
0.0.1.1 191 2/6/2013

nvd3-community/master was merged into novus/nvd3 master.

Also made the following fixes:

Fixed axis.staggerLabels bug.
Fixed Karma unit tests.
Fixed chart test pages.
Merged in nvd3-community changes and development branch.
Something to note:
NVD3 should work with the latest d3.js (version 3.5), but I did notice that the interactive guideline tooltip was broken for d3.js 3.5. Changing it to d3.js 3.3.13 fixes it. This will need to be investigated.