[Chartjs]-How to use chart.js in blazor?

1👍

After several trials I came to a fact that it should be written this way:

<ChartJs.Blazor.Chart Config="_config"></ChartJs.Blazor.Chart>

Instead of:

<Chart Config="_config"></Chart>

Leave a comment