DotNet.Highcharts 1.1.0

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

// Install DotNet.Highcharts as a Cake Tool
#tool nuget:?package=DotNet.Highcharts&version=1.1.0

DotNet.Highcharts offers Highcharts integration with ASP.NET applications. Also include javascript files for Highcharts version 2.2.0

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 15,622 5/23/2014
2.0.0 6,330 5/31/2013
1.2.0 1,677 4/1/2012
1.1.0 79 2/26/2012
1.0.0.1 69 1/19/2012

This version has the following changes:
- Fixed small bug in JsonSerializer about the numbers represented as string.
- Fixed Issue 310: decimal values don't work
- Fixed Issue 345: Disable Animation
Refactored Highcharts class.
- Implemented Issue 341: More charts on one page. Added new class Container which can combine and display multiple charts. Usage: new Container(new[] { chart1, chart2, chart3, chart4 })
- Implemented Feature 302: Inside an UpdatePanel - Added method (InFunction) which create the Highchart inside JavaScript function.
- Implemented Feature 301: Getting Chart Options - Added method (GetOptions) which provide all Highcharts options as string.
- Fixed Issue 300: Several X-Axis