File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11![ .NET Core] ( https://github.com/joadan/Blazor-ApexCharts/workflows/.NET%20Core/badge.svg?branch=master )
22
33# Blazor-ApexCharts
4- A wrapper for ApexCharts.js.
4+ A blazor wrapper for [ ApexCharts.js] ( https://apexcharts.com/ )
5+ ## [ Demo] ( https://joadan.github.io/Blazor-ApexCharts/basic-charts )
56
6- View it in action [ here] ( https://joadan.github.io/Blazor-ApexCharts/basic-charts )
7-
8- ** Please note: Not production ready.**
7+ ** Please note: Not (yet) production ready.**
98
109
1110## Installation
@@ -46,7 +45,7 @@ Add a reference to `Blazor-ApexCharts` in your `_Imports.razor`
4645<img src =" BasicPieChart.png " width =" 500 " >
4746
4847### Chart Options
49- Apex Chart options is available in the ApexChartOptions, and can be passed to the chart.
48+ Apex Chart options is available in the ApexChartOptions class that can be passed to the chart.
5049Below is an example to show labels for a donut chart. More info in Apex documentation [ ApexCharts Docs] ( https://apexcharts.com/docs/options/ )
5150
5251``` csharp
You can’t perform that action at this time.
0 commit comments