xieziyu/ngx-echarts

Can't bind to 'options' since it isn't a known property of 'div'?

fireflysemantics opened this issue · 3 comments

Same Issue for me

Please double check your Angular version.
https://github.com/fireflysemantics/charts repo is using Angular 15, so you need install ngx-echarts@15.0.3

OK I upgrade my Angular CLI.

npm uninstall -g @angular-cli
npm install -g @angular/cli@latest

And then recreated the project with Angular 16 and now it works. AWESOME - THANKS!!