apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
329 stars 81 forks source link

angular 17 support #292

Closed damingerdai closed 9 months ago

ottopic commented 10 months ago

Thanks for this beautiful Angular wrapper. What's about this bump?

damingerdai commented 10 months ago

Thanks for this beautiful Angular wrapper. What's about this bump?

try ngx-apexcharts if you want to use angular17

caboodal commented 9 months ago

do we need to use ngx-apexcharts for Angular 17 or does the documented ng-apexcharts now work?

ottopic commented 9 months ago

do we need to use ngx-apexcharts for Angular 17 or does the documented ng-apexcharts now work?

I'm using ngx-apexcharts

junedchhipa commented 9 months ago

Released ng-apexcharts@1.9.0

caboodal commented 9 months ago

My charts are now working using Angular 17, Signals and NgRx Signal Store!

Thank you!

Also if anybody stumbles across this issue don't forget to add the NgApexchartsModule import into your component imports if you're using standalone components.