ChartsKit.Core
1.0.3
dotnet add package ChartsKit.Core --version 1.0.3
NuGet\Install-Package ChartsKit.Core -Version 1.0.3
<PackageReference Include="ChartsKit.Core" Version="1.0.3" />
<PackageVersion Include="ChartsKit.Core" Version="1.0.3" />
<PackageReference Include="ChartsKit.Core" />
paket add ChartsKit.Core --version 1.0.3
#r "nuget: ChartsKit.Core, 1.0.3"
#:package ChartsKit.Core@1.0.3
#addin nuget:?package=ChartsKit.Core&version=1.0.3
#tool nuget:?package=ChartsKit.Core&version=1.0.3
Version: 1.0.3 Author: Shimon Hirari
This is the core library for ChartsKit, a reusable .NET 9 charting library for Blazor applications. This package contains the essential components for building charts, including:
- Chart Builders: A set of fluent C# builders that abstract away the complexity of ECharts JSON configuration.
- Data Models: Strongly-typed C# models for providing data to the chart builders in a safe and intuitive way.
- Theming Engine: A JSON-based theming system that allows for easy customization of chart appearance, with built-in light and dark modes.
Dependencies
This library has a dependency on Vizor.ECharts, which provides the underlying C# wrappers for the Apache ECharts library.
How to Use
This package is a dependency and is not intended to be consumed directly in an application. Please install the ChartsKit.Blazor
package, which includes this library and the necessary Blazor components to render the charts.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Vizor.ECharts (>= 0.9.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ChartsKit.Core:
Package | Downloads |
---|---|
ChartsKit.Blazor
A reusable .NET 9 charting library for Blazor applications, powered by Apache ECharts. |
GitHub repositories
This package is not used by any popular GitHub repositories.