services.AddApexChartsMaui(); Usage Imports Add a reference toBlazor-ApexChartsin your_Imports.razor @usingApexCharts .NET 8 If you are on .NET 8 you need to set the rendermode to Interactive. Interactive Server
A blazor wrapper for ApexCharts.js. Contribute to apexcharts/Blazor-ApexCharts development by creating an account on GitHub.
ApexChart.razor.cs ApexGauge.razor ApexGauge.razor.cs Blazor-ApexCharts.csproj _Imports.razor apexchart_logo.png .gitignore BasicPieChart.png Blazor-ApexCharts.sln LICENSE README.md apexchart_logo.pngBreadcrumbs Blazor-ApexCharts /src /Blazor-ApexCharts / ApexGauge.razorLatest commit ...
Blazor-ApexCharts.csproj _Imports.razor apexchart_logo.png .gitignore BasicPieChart.png Blazor-ApexCharts.sln LICENSE README.md apexchart_logo.png Breadcrumbs Blazor-ApexCharts /src /Blazor-ApexCharts / ApexChart.razor Latest commit joadan Added chartserviceOct 9, 2024 2a52f64· Oct 9, 2024 Hi...
2 changes: 2 additions & 0 deletions 2 docs/BlazorApexCharts.Docs.Server/Startup.cs Original file line numberDiff line numberDiff line change @@ -24,6 +24,8 @@ public void ConfigureServices(IServiceCollection services) services.AddServerSideBlazor(); services.AddDocs(); services.AddScoped<I...
21 changes: 21 additions & 0 deletions 21 src/Blazor-ApexCharts/Internal/JSHandler.cs Original file line numberDiff line numberDiff line change @@ -52,6 +52,27 @@ public string JSGetFormattedYAxisValue(JsonElement value) return value.ToString(); } /// /// Callback from JavaScript to...
apexchart_logo.png src/Blazor-ApexCharts Blazor-ApexCharts.csproj Binary file added BIN +5.69 KB apexchart_logo.png Unable to render rich display 10 changes: 4 additions & 6 deletions 10 src/Blazor-ApexCharts/Blazor-ApexCharts.csproj Original file line numberDiff line numberDiff line change ...
A blazor wrapper for ApexCharts.js. Contribute to apexcharts/Blazor-ApexCharts development by creating an account on GitHub.
A blazor wrapper for ApexCharts.js. Contribute to apexcharts/Blazor-ApexCharts development by creating an account on GitHub.
Summary The ApexChartOptions<T> class provides an accessible "Title" property that can be set, suggesting that a plot's title may be set through the options class and not just the "Title" parameter on an ApexChart component. However, if ...