Skip to content

Commit f95ea71

Browse files
authored
Fixed demo links
1 parent 119da0d commit f95ea71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Blazor-ApexCharts
44
A blazor wrapper for [ApexCharts.js](https://apexcharts.com/)
5-
## [Demo](https://joadan.github.io/Blazor-ApexCharts/basic-charts)
5+
## [Demo](https://apexcharts.github.io/Blazor-ApexCharts/basic-charts)
66

77
**Please note: Not (yet) production ready.**
88

@@ -50,7 +50,7 @@ Apex Chart options is available in the ApexChartOptions class that can be passed
5050
### Chart Events
5151

5252
### Chart Render
53-
The chart will automatically re-render if data changes. It's possible to turn this of by setting ManualRender to true on the chart and then use the chart method Render() to render the chart. See the sample [render chart](https://joadan.github.io/Blazor-ApexCharts/render-chart)
53+
The chart will automatically re-render if data changes. It's possible to turn this of by setting ManualRender to true on the chart and then use the chart method Render() to render the chart. See the sample [render chart](https://apexcharts.github.io/Blazor-ApexCharts/render-chart)
5454

5555
### Advanced Chart
5656
```html
@@ -191,4 +191,4 @@ The chart will automatically re-render if data changes. It's possible to turn th
191191
<!--stackedit_data:
192192
eyJoaXN0b3J5IjpbMTYwNjQ5MjEwMiw5Nzc1ODg3NTcsMTg0Mj
193193
QxMDIwXX0=
194-
-->
194+
-->

0 commit comments

Comments
 (0)