You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
types: all option types (ApexChart, ApexPlotOptions, ApexOptions, and the rest) are re-exported directly from the installed apexcharts package instead of a hand-maintained copy, so they always match the actual ApexCharts API. Fixes missing v6 typings such as plotOptions.pie.dataLabels.external (#504)
BREAKING CHANGES
the apexcharts peer dependency is now ^6.0.0. ApexCharts 5.x exports no types at module scope, so it cannot supply the re-exported types. Projects that must stay on ApexCharts 5.x should remain on ng-apexcharts 2.5.x.
option types now match the installed ApexCharts exactly. Configs that only compiled because the old vendored types were out of date may surface new type errors; the errors point at real API mismatches.