![]() |
VOOZH | about |
dotnet add package Recrovit.RecroGridFramework.Blazor.RgfApexCharts --version 10.1.0
NuGet\Install-Package Recrovit.RecroGridFramework.Blazor.RgfApexCharts -Version 10.1.0
<PackageReference Include="Recrovit.RecroGridFramework.Blazor.RgfApexCharts" Version="10.1.0" />
<PackageVersion Include="Recrovit.RecroGridFramework.Blazor.RgfApexCharts" Version="10.1.0" />Directory.Packages.props
<PackageReference Include="Recrovit.RecroGridFramework.Blazor.RgfApexCharts" />Project file
paket add Recrovit.RecroGridFramework.Blazor.RgfApexCharts --version 10.1.0
#r "nuget: Recrovit.RecroGridFramework.Blazor.RgfApexCharts, 10.1.0"
#:package Recrovit.RecroGridFramework.Blazor.RgfApexCharts@10.1.0
#addin nuget:?package=Recrovit.RecroGridFramework.Blazor.RgfApexCharts&version=10.1.0Install as a Cake Addin
#tool nuget:?package=Recrovit.RecroGridFramework.Blazor.RgfApexCharts&version=10.1.0Install as a Cake Tool
👁 NuGet Version
👁 NuGet Version
👁 NuGet Version
👁 NuGet Downloads
Official Website: RecroGrid Framework
Recrovit.RecroGridFramework.Blazor.ApexCharts is the ApexCharts-based chart integration package of the RecroGrid Framework Blazor stack.
Its main responsibility is to provide a concrete chart implementation for Recrovit.RecroGridFramework.Client.Blazor, using Blazor-ApexCharts to render chart data produced from RecroGrid aggregation workflows.
In practice, this package is a chart provider for the RecroGrid Blazor layer:
Chart slot used by Recrovit.RecroGridFramework.Client.BlazorBecause of this, Recrovit.RecroGridFramework.Blazor.ApexCharts is not a standalone charting library. It is a RecroGrid-specific chart implementation package built on top of the Blazor integration layer.
The package provides the chart UI and rendering components used by the RecroGrid chart workflow, including:
ChartComponentBaseChartComponentApexChartComponentThese components work together with RgfChartComponent from Recrovit.RecroGridFramework.Client.Blazor to render chart settings, aggregated data views, and the final ApexCharts output.
The package contains the types and logic needed to convert RecroGrid aggregation results into ApexCharts-friendly structures, including:
ApexChartSettingsChartSerieChartSerieDataRgfColorPalettesThis transformation layer maps grouped and subgrouped RecroGrid data into ApexCharts series, axes, titles, labels, and chart options.
RgfApexChartsConfiguration is responsible for connecting the package to the RecroGrid Blazor runtime.
It is responsible for:
ChartComponent as the active chart component in RgfBlazorConfigurationThis makes the package plug into the chart extension point of Recrovit.RecroGridFramework.Client.Blazor.
The package also adds chart-specific runtime behavior such as:
This allows chart rendering to stay aligned with the rest of the RecroGrid entity and toolbar experience.
At a high level, the flow looks like this:
Recrovit.RecroGridFramework.Abstraction provides the shared chart, aggregation, and entity contracts.Recrovit.RecroGridFramework.Client and Recrovit.RecroGridFramework.Client.Blazor provide the chart workflow, managers, handlers, and Blazor integration points.Recrovit.RecroGridFramework.Blazor.ApexCharts registers a concrete chart component implementation for that workflow.Blazor-ApexCharts library.This makes Recrovit.RecroGridFramework.Blazor.ApexCharts the default ApexCharts-based chart provider for the RecroGrid Blazor stack.
Recrovit.RecroGridFramework.Blazor.ApexCharts is typically referenced by:
Recrovit.RecroGridFramework.Client.Blazor and need interactive chart renderingRecrovit.RecroGridFramework.Abstraction: shared contracts, models, and abstractions used across the client and server packagesRecrovit.RecroGridFramework.Client: client-side API access, runtime services, and orchestration for RecroGridRecrovit.RecroGridFramework.Client.Blazor: core Blazor integration layer that defines the chart extension point used hereRecrovit.RecroGridFramework.Blazor.ApexCharts: ApexCharts-based chart implementation for the RecroGrid Blazor stackRecrovit.RecroGridFramework.Client.Blazor.UI: higher-level UI components that can build on the Blazor chart integrationBlazor-ApexCharts: third-party charting library used by this package for rendering| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on Recrovit.RecroGridFramework.Blazor.RgfApexCharts:
| Package | Downloads |
|---|---|
|
Recrovit.RecroGridFramework.Client.Blazor.UI
RecroGrid Framework Blazor UI. |
|
|
Recrovit.RecroGridFramework.Client.Blazor.RadzenUI
RecroGrid Framework Blazor UI. |
|
|
Recrovit.RecroGridFramework.Client.Blazor.SyncfusionUI
RecroGrid Framework Blazor UI. |
|
|
Recrovit.RecroGridFramework.Client.Blazor.DevExpressUI
RecroGrid Framework Blazor UI. |
|
|
Recrovit.RecroGridFramework.Client.Blazor.TelerikUI
RecroGrid Framework Blazor UI. |
This package is not used by any popular GitHub repositories.