Open damingerdai opened 2 days ago
Not the best solution but for now I've modified the package.json of my angular project like this:
{
//...
"dependencies": {
// ...
"apexcharts": "^3.49.1",
"ng-apexcharts": "^1.11.0",
},
"overrides": {
"ng-apexcharts": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
}
}
}
I'm not using the latest version of ng-apexcharts because I also have this issue: https://github.com/apexcharts/ng-apexcharts/issues/367
Hi is there any answer on this ? or estimated time frame for this ?