Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan authored Dec 19, 2023
1 parent 2b88d20 commit 65a84af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


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


Expand Down Expand Up @@ -37,6 +38,12 @@ Add a reference to `Blazor-ApexCharts` in your `_Imports.razor`
@using ApexCharts;
```

### .Net 8
If you are on .NET 8 you need to set the rendermode to Interactive.

*Interactive Server, Interactive WebAssembly or Interactive Auto*


### Your first chart
```csharp
<ApexChart TItem="MyData"
Expand Down

0 comments on commit 65a84af

Please sign in to comment.