fusioncharts / angular-fusioncharts

Angular Component for FusionCharts JavaScript Charting Library
https://fusioncharts.github.io/angular-fusioncharts/#/ex1
Other
55 stars 37 forks source link

Errors during "npm i angular-fusioncharts@4.0.1" with Angular 14 #176

Open yklepikovska-iqmessenger opened 1 year ago

yklepikovska-iqmessenger commented 1 year ago

Strange changes in version 4.0.1: image Because of this, we have warnings during "npm i angular-fusioncharts@4.0.1": image

and warnings during "npm i" if write version in package.json: image

node version - v18.15.0 npm version - 9.5.0 Dependencies image

lrozenblyum commented 1 year ago

I also faced this issue, pretty annoying one.

AyanBhadury commented 1 year ago

Hello,

The latest version of angular-fusioncharts has just been released that is angular-fusioncharts 4.0.3 . This version supports angular version till the latest one(15). If you want you can upgrade the angular version and test your application. Here is the npm link : https://www.npmjs.com/package/angular-fusioncharts/v/4.0.3

Demo - https://github.com/AyanBhadury/angular-fusioncharts-sample

yklepikovska-iqmessenger commented 1 year ago

@AyanBhadury Updated to 4.0.3 version - no more previous warnings, but have new one: npm WARN deprecated @types/fusioncharts@3.12.3: This is a stub types definition. fusioncharts provides its own type definitions, so you do not need this installed.