Chart.js 1.0.1-beta4

This is a prerelease version of Chart.js.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Chart.js --version 1.0.1-beta4
NuGet\Install-Package Chart.js -Version 1.0.1-beta4
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="Chart.js" Version="1.0.1-beta4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chart.js --version 1.0.1-beta4
#r "nuget: Chart.js, 1.0.1-beta4"
#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 Chart.js as a Cake Addin
#addin nuget:?package=Chart.js&version=1.0.1-beta4&prerelease

// Install Chart.js as a Cake Tool
#tool nuget:?package=Chart.js&version=1.0.1-beta4&prerelease

Simple HTML5 Charts using the canvas element.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Chart.js:

Package Downloads
ServerChartConfiguration

Load data and chart configuration for ChartJS from server side using MVC

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Chart.js:

Repository Stars
chkr1011/HA4IoT
Open Source Home Automation system for .NET
Version Downloads Last updated
3.7.1 133,793 5/11/2022
2.9.3 469,341 11/28/2019
2.9.1 11,563 10/30/2019
2.8.0 228,837 3/25/2019
2.7.3 93,190 10/26/2018
2.7.2 184,796 3/6/2018
2.7.1 60,742 12/16/2017
2.6.0 183,657 7/7/2017
2.5.0 82,451 2/22/2017
2.4.0 47,944 12/22/2016
2.3.0 88,694 10/3/2016
2.0.2 106,763 4/26/2016
2.0.0-alpha3 3,470 7/3/2015
1.0.2 324,068 3/12/2015
1.0.1 13,682 1/19/2015
1.0.1-beta4 4,709 9/2/2014
1.0.1-beta2 2,422 7/4/2014
0.2.0 8,768 7/4/2014

Now allows for spare data sets - just pass a falsy value as part of your dataset to skip drawing that point/bar.

Also cap bezier lines to the scale bounds.