![]() |
VOOZH | about |
dotnet add package Blazor-ApexCharts --version 6.1.0
NuGet\Install-Package Blazor-ApexCharts -Version 6.1.0
<PackageReference Include="Blazor-ApexCharts" Version="6.1.0" />
<PackageVersion Include="Blazor-ApexCharts" Version="6.1.0" />Directory.Packages.props
<PackageReference Include="Blazor-ApexCharts" />Project file
paket add Blazor-ApexCharts --version 6.1.0
#r "nuget: Blazor-ApexCharts, 6.1.0"
#:package Blazor-ApexCharts@6.1.0
#addin nuget:?package=Blazor-ApexCharts&version=6.1.0Install as a Cake Addin
#tool nuget:?package=Blazor-ApexCharts&version=6.1.0Install as a Cake Tool
A blazor wrapper for ApexCharts.js
For Blazor projects running in a web browser, WinForms, or WPF. Blazor-ApexCharts
dotnet add package Blazor-ApexCharts
For Blazor projects running on .NET MAUI. Blazor-ApexCharts-MAUI
dotnet add package Blazor-ApexCharts-MAUI
ApexChartService is an optional service that will manage global options, set locales, manage charts on the screen. Add the chart service to the DI container by using the extension AddApexCharts(). This will add a scoped IApexChartService to the container.
services.AddApexCharts();
or add it with global options
services.AddApexCharts(e =>
{
e.GlobalOptions = new ApexChartBaseOptions
{
Debug = true,
Theme = new Theme { Palette = PaletteType.Palette6 }
};
});
The same as above can be used for .NET MAUI, just make sure to use the method below to add the chart service.
services.AddApexChartsMaui();
Add a reference to Blazor-ApexCharts in your _Imports.razor
@using ApexCharts
If you are on .NET 8 you need to set the rendermode to Interactive.
Interactive Server, Interactive WebAssembly or Interactive Auto
<ApexChart TItem="MyData"
Title="Sample Data">
<ApexPointSeries TItem="MyData"
Items="Data"
Name="Net Profit"
SeriesType="SeriesType.Bar"
XValue="e => e.Category"
YValue="e=> e.NetProfit" />
<ApexPointSeries TItem="MyData"
Items="Data"
Name="Revenue"
SeriesType="SeriesType.Bar"
XValue="e => e.Category"
YValue="e=> e.Revenue" />
</ApexChart>
@code {
private List<MyData> Data { get; set; } = new();
protected override void OnInitialized()
{
Data.Add(new MyData { Category = "Jan", NetProfit = 12, Revenue = 33 });
Data.Add(new MyData { Category = "Feb", NetProfit = 43, Revenue = 42 });
Data.Add(new MyData { Category = "Mar", NetProfit = 112, Revenue = 23 });
}
public class MyData
{
public string Category { get; set; }
public int NetProfit { get; set; }
public int Revenue { get; set; }
}
}
Apex Chart options are available in the ApexChartOptions class that can be passed to the chart. More info in Apex documentation ApexCharts Docs.
The chart options cannot be shared. Each chart instance must have its own ApexChartOptions instance
Credits to @thirstyape for making production release possible.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. 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 Blazor-ApexCharts:
| Package | Downloads |
|---|---|
|
Hedin.UI
A custom razor (Blazor) component library built by and to be used by Hedin IT. |
|
|
CodeBlock.DevKit.Web.Blazor.Server
CodeBlock Development Kit |
|
|
Empezar.BlazorWebClient
Package Description |
|
|
Cayaqui.MPS.Components
Design system and EVM/EPC reusable components (KPI strip, gauges CPI/SPI/PF, S-curves, Gantt, WBS tree grid, R9C, risk heatmap, change orders, purchase orders, engineering deliverables, lookahead grid) for .NET 10 Blazor WebApp (Interactive Server) on top of Syncfusion.Blazor. Proprietary — requires a commercial agreement with Cayaqui. |
|
|
Fun.Blazor.ApexCharts
Package Description |
Showing the top 7 popular GitHub repositories that depend on Blazor-ApexCharts:
| Repository | Stars |
|---|---|
|
TheAxelander/OpenBudgeteer
OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
|
|
|
Ozark-Connect/NetworkOptimizer
Self-hosted optimization, monitoring, and security audit tool for UniFi Networks. Includes Wi-Fi Optimizer for wireless health scoring and channel optimization, advanced DNS/VLAN/firewall security checks, config optimization suggestions, centralized WAN and LAN speed test server w/ L2 tracing, ONT, SFP, UniFi 5G modem stats, and more.
|
|
|
TabBlazor/TabBlazor
Blazor admin template based on Tabler UI
|
|
|
Sidekick-Poe/Sidekick
The main repository for the Sidekick project, a companion trade tool for Path of Exile and Path of Exile 2.
|
|
|
neozhu/visitormanagement
helps in managing visitors visiting the institutions for various reasons. It allows visitors to check-in digitally to eliminate the tedious registeration and other paperwork. Additionally, it also keeps a track of every individual inside the campus and their timings. Institutions has guards who enter their detail in some notebooks to keep a log which are practically impossible to reconcile. It is really unpleasent and hectic for visitor to stand at the gate and give details about the visit. To ease the process of registeration, Entry-In, Entry-Out, time tracking and logging the history, this VMS can be of great use!!
|
|
|
dotnet/nuget-trends
Check out NuGet packages adoption and what's trending on NuGet.
|
|
|
pkuehnel/TeslaSolarCharger
A software to let your Tesla charge with solar energy ☀
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.1.0 | 375,360 | 1/17/2026 |
| 6.0.2 | 332,406 | 8/22/2025 |
| 6.0.1 | 195,258 | 5/21/2025 |
| 6.0.0 | 87,459 | 4/28/2025 |
| 5.1.0 | 263,973 | 2/4/2025 |
| 5.0.1 | 75,832 | 1/8/2025 |
| 5.0.0 | 16,825 | 12/27/2024 |
| 4.0.1 | 77,793 | 11/19/2024 |
| 4.0.0 | 87,419 | 11/9/2024 |
| 3.5.0 | 124,330 | 10/8/2024 |
| 3.4.0 | 195,508 | 7/15/2024 |
| 3.3.0 | 142,463 | 4/28/2024 |
| 3.2.0 | 43,730 | 4/7/2024 |
| 3.1.0 | 67,701 | 3/4/2024 |
| 3.0.0 | 2,392 | 3/4/2024 |
| 2.3.3 | 62,523 | 2/9/2024 |
| 2.3.2 | 1,637 | 2/7/2024 |
| 2.3.1 | 8,797 | 2/4/2024 |
| 2.3.0 | 18,820 | 2/1/2024 |
| 2.2.1 | 51,733 | 12/20/2023 |