amcharts / amcharts3-angular2

Official Angular 2 plugin for amCharts V3
99 stars 35 forks source link

Support for angular version 13 #138

Closed oschlegel closed 2 years ago

oschlegel commented 2 years ago

The latest version of the @amcharts/amcharts3-angular package (version 3.0.0 at this point in time) has a paar dependency to @angular/core with version ^12.2.0. To support angular version 13 the peer dependency needs to be updated.

Pauan commented 2 years ago

Thanks for the report, I just now released version 3.0.1 which supports Angular 13.