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
319 stars 79 forks source link

Angular v16 build? #266

Closed eamon-otuathail closed 1 year ago

eamon-otuathail commented 1 year ago

Are there any plans for an Angular 16 build of this wonderful library?

eamon-otuathail commented 1 year ago

For anyone interested in an Angular v16 build, I see @damingerdai has an Angular 16 build here:

https://www.npmjs.com/package/ngx-apexcharts

(note "ngx-" rather than "ng-" in the name)

damingerdai commented 1 year ago

thanks for the mention but i forgot to release a new version to support angular 16 for ngx-apexcharts. sorry.

ngx-apexcharts@v0.2.0 support angular 16 now.

ngx-apexcharts is my personal compiled version without any breackchange.

if you have any question, please open issues here and @me or in ngx-apexcharts repo

damingerdai commented 1 year ago

ngx-apexcharts@v0.3.2 is release.

now ng-add is supported.

try the following command to use it

ng add ngx-apexcharts
eamon-otuathail commented 1 year ago

Excellent, thanks @damingerdai

junedchhipa commented 1 year ago

@damingerdai Can you please make any future changes to this repository to avoid having multiple repositories of angular apexcharts? I see you made an original PR some months ago for Angular 15 which has been released moments ago. Thanks!

damingerdai commented 1 year ago

@damingerdai Can you please make any future changes to this repository to avoid having multiple repositories of angular apexcharts? I see you made an original PR some months ago for Angular 15 which has been released moments ago. Thanks!

I'd love to contribute to this project, but I really can't accept my pr being left alone. That's why i build ngx-apexcharts. If you trust me, I am willing to help to update angular lastest version. That's the only thing I can do(I'm not good at graphics programming).

damingerdai commented 1 year ago

i will create a new pr to update angular 16