DotNet.Highcharts
1.1.0
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
<PackageReference Include="DotNet.Highcharts" Version="1.1.0" />
paket add DotNet.Highcharts --version 1.1.0
#r "nuget: DotNet.Highcharts, 1.1.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DotNet.Highcharts:
Package | Downloads |
---|---|
Joe.Web.Mvc
Provides Base Controllers(And API controllers) that interact with Joe.Business to implement Default CRUD Actions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
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