Chartjs-Integrate Blazor with Chart.js: how to pass an object

0👍

OK, it was quite easy. I saw a lot of different technics for that but there is a very basic simple way

await JSRuntime.InvokeVoidAsync("setup", Config.CanvasId, Config);

Leave a comment