Error: Could not find 'blazor_apexchart.renderChart' ('blazor_apexchart' was undefined)
This is probably because Blazor-ApexCharts
only works if you put @using ApexCharts;
in _Imports.razor
and not directly in the component/page.
This is probably because Blazor-ApexCharts
only works if you put @using ApexCharts;
in _Imports.razor
and not directly in the component/page.