ERROR: Uncaught (in promise): TypeError: chartModule is not a function

43 Views Asked by At

I was upgrading from angular 11 to 12, I have resolved all migration errors, Terminal is free of errors but Application is showing blank showing following message on console.

console log

Here's my angular version details:Angular-version

Here's highcharts & angular-highcharts versions: "highcharts": "~6.0.3", "angular-highcharts": "~5.2.0",

I tried switching back versions various times but doesn't work.

I tried to reproduce error minimally on code sandbox but couldn't be able to replicate with same dependencies.

0

There are 0 best solutions below