xieziyu/ngx-echarts

Getting Started Example Not Working

SomeGuyWhoCodes12 opened this issue · 1 comments

I am just trying to load the basic example from the documentation doing a line chart. This chart is being loaded within a component in a lazy-loded module. What am I doing wrong? Seems like this should work straight away.

My app.module.ts import.
image

My TypeScript Component.
image

My HTML template.
image

I resolved this.