I am migrating angular 8 app to angular 9.1.13, highcharts are implemented in my app and I am trying to update highcharts as well. For that I am updating highcharts from 6.2.0 to v7.2.2 and angular-highcharts from 8.0.2 to v9.0.11. But I am getting a lot of typescript type errors.
Even after fixing breaking changes, charts are not being rendered on the UI but just a div is showing with black background. Although angular-highcharts v9.0.11 is working fine with highcharts 6.2.0.
this is how the chart is rendered when I select all the text on the page:
Is the angular-highcharts package supporting highcharts versions greater than 6?