apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
788 stars 91 forks source link

Blazor Apex Charts not working in Server Side Render #500

Closed genifycom closed 2 weeks ago

genifycom commented 1 month ago

Create a standard Blazor Web App with interactive mode None (i.e. Server Side Rendering only). Use .Net 8.

Add a new page with one of the Apex samples on it.

The page opens without error but the Apex Charts does not show.

joadan commented 2 weeks ago

Hi, You are correct blazor-apexcharts requires interactivity. This is part of the documentation:

.NET 8

If you are on .NET 8 you need to set the rendermode to Interactive. Interactive Server, Interactive WebAssembly or Interactive Auto