Skip to content

Commit 65a84af

Browse files
authored
Update README.md
1 parent 2b88d20 commit 65a84af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
![.NET Core](https://github.com/joadan/Blazor-ApexCharts/workflows/.NET%20Core/badge.svg?branch=master)
34

45

@@ -37,6 +38,12 @@ Add a reference to `Blazor-ApexCharts` in your `_Imports.razor`
3738
@using ApexCharts;
3839
```
3940

41+
### .Net 8
42+
If you are on .NET 8 you need to set the rendermode to Interactive.
43+
44+
*Interactive Server, Interactive WebAssembly or Interactive Auto*
45+
46+
4047
### Your first chart
4148
```csharp
4249
<ApexChart TItem="MyData"

0 commit comments

Comments
 (0)