Search
Blazor Render Modes

The MindFusion.Charting for Blazor library supports only WebAssembly render mode at this time. Therefore, Chart and Dashboard components can be used either from Standalone Blazor WebAssembly projects, or by adding them to a parent component implemented in the ".Client" project of a Blazor Web App solution:

https://learn.microsoft.com/en-us/aspnet/core/blazor/project-structure

If you do not want to deploy the .NET WebAssembly runtime with your application, you can render charts in Blazor static or interactive server modes using MindFusion.Charting for JavaScript solution:

https://mindfusion.eu/javascript-chart.html