nvd3.js
1.7.1
See the version list below for details.
dotnet add package nvd3.js --version 1.7.1
NuGet\Install-Package nvd3.js -Version 1.7.1
<PackageReference Include="nvd3.js" Version="1.7.1" />
paket add nvd3.js --version 1.7.1
#r "nuget: nvd3.js, 1.7.1"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- d3 (>= 3.5.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on nvd3.js:
Package | Downloads |
---|---|
angular-nvd3
An AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API |
|
angularjs-nvd3-directives
Quickly create nvd3.js charts with Angular.js |
|
Datnhh.Web.Elmah.DashboardPlus
An ASP.NET MVC C# area that provides a dashboard and logviewer to ELMAH loggings on SQL Server. This package contains only sourcecode, no assemblies. It use d3 javascript library to draw chart. It is based on Arebis.Web.Mvc.ElmahDashboard |
GitHub repositories
This package is not used by any popular GitHub repositories.
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.