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

Compilation Issue in Angular Upon importing it in module.ts file #202

Closed subash01 closed 1 month ago

subash01 commented 2 years ago

I am new to apex charts I followed the documentation in your official site and tried to implement a simple bar chart, when I am importing import { NgApexchartsModule } from 'ng-apexcharts' this line in my module.ts file and saving it I am getting a lot of compilation issue in angular. Kindly guide me to resolve this.

image

I had searched a lot of things in internet,but I could not solve it, Kindly help me.

milakdev commented 2 years ago

Try locking the library to following versions if you need a quick fix: "apexcharts": "3.33.0" "ng-apexcharts": "1.6.0"

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.