ZingChart 2.4.0

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

// Install ZingChart as a Cake Tool
#tool nuget:?package=ZingChart&version=2.4.0

An example of integratin ZingChart (v2.4.0) javascript charts with your .NET application.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.9.1 3,364 7/24/2020
2.9.0 2,647 4/20/2020
2.5.0 4,360 10/14/2016
2.4.0 2,125 7/6/2016
2.3.3 2,241 5/13/2016
1.1.0 2,448 5/9/2016
1.0.0 2,269 5/9/2016

- We created a new Mobile Charts Plugin that allows users to interact with and use touch gestures when reading JavaScript charts on mobile devices. The plugin is currently supported on bar, line, area, scatter, bubble, pie, and donut charts.
     - Enabled heat map scrolling on both x- and y-axes.
     - Enabled styling for legend scrollbar and handle.
     - Improved the logic on the following bar chart-related attributes:
     - "bar-space"
     - "bar-width"
     - "bars-overlap"
     - "bars-space-left"
     - "bars-space-right
     - Improved logic on boxplot legend plotting, so that only one legend item/marker is plotted if no data outlier is specified.
     - Improved data normalization on bubble charts so that if excess parameters are included in the "values" array, they are automatically omitted.
     - Introduced graphid parameter when calling showmenu API.
     - Added x and y parameters to the showmenu API to enable context menu positioning.
     - Fixed addnode API method so that it works for 2D data sets and time-series data sets.
     - Fixed calendar charts. Learn more with the Calendar Charts Tutorial.
     - Fixed %npv token on standalone labels.
     - Fixed "wrap-text" attribute.
     - Removed default value boxes from nested pie charts.
     - Fixed scale-x.opposite items shift on zoom bug.
     - Fixed tooltip.wrap-text.
     - Fixed disappearing pie chart on continual legend click (canvas).
     - Fixed zoom-to-values so that on a graphset, it applies to all graphs in the graphset.
     - Fixed API showplot/hideplot and window re-size so that it doesn't lose legend state.
     - Fixed pie chart hover tooltip with window-resize.
     - Fixed scale-x.item.flat = false.
     - Fixed hideprogresslogo and crosshairX bug.
     - Fixed crosshairX so that it displays with multiple series containing null values.
     - Fixed dynamic margins on plotarea.
     - Fixed so that generated SVG validates against BasicSVG
     - Fixed inline HTML and getimagedata so that it parses/renders correctly.