Hi.
The Angular Version Compatibility matrix states:
- ng-apexcharts Version: 1.16.x - 1.17.x
- Angular version: 20.x
- ApexCharts version: >= 4.0.0
In our projects package.json we have the following dependency: "apexcharts": "4.7.0", "ng-apexcharts": "1.17.0", .
When trying to uppgrade to 1.17.1 we get an error saying it required 5.3.2.
Was it an intentional change, am I misreading the compatibility matrix or is it the matrix not updated?