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
325 stars 81 forks source link

Cannot find type definition file for 'projects/ng-apexcharts/node_modules/apexcharts/types/apexcharts' #367

Open Borongaj opened 1 day ago

Borongaj commented 1 day ago

Seems the problem is related to the first line of this file :

/// <reference types="projects/ng-apexcharts/node_modules/apexcharts/types/apexcharts" />

Angular 18.2 apexcharts 4.0.0 ng-apexcharts 1.13.0

RichardBoyder commented 1 day ago

I also have this issue with latest charts... and angular 19

jatingarala commented 14 hours ago

Hi, Same issue with me also, I downgrade the version of apexchart libraries and it is working fine.

Set version "ng-apexcharts": "1.10.0", "apexcharts": "3.49.1",