draculakkk / TagEChartsBlazor

Apache License 2.0
8 stars 2 forks source link

Hey! my app doesn't see the Echart component after installing the library. #1

Open posith opened 4 months ago

posith commented 4 months ago

Hey, I am developing Blazor Webassembly app and installed your library with nuget following the steps from your page)

i created this simple chart:

image

but i have this error anyway:

it seems like the library is there - but the component is not visible

I Added the service.AddEcharts() to Program.cs as well..

image

Could you help me out?

draculakkk commented 2 months ago

try add @using TagEChartsBlazor.Components in _Imports.razor file