Skip to content

Commit 0bdd3a4

Browse files
committed
Saved README.md with Dillinger.io [skip ci]
1 parent e97e01a commit 0bdd3a4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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.
5049
Below 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

0 commit comments

Comments
 (0)