fusioncharts / angular-fusioncharts

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

Deprecated @types/fusioncharts package #174

Closed jerone closed 4 months ago

jerone commented 1 year ago

Warning from NPM when installing:

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.

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. 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

lrozenblyum commented 1 year ago

@AyanBhadury the warning about stubs is reproduced with 4.0.3 as well.

yklepikovska-iqmessenger commented 1 year ago

we updated to 4.0.3 and have the same issue.

jerone commented 1 year ago

@AyanBhadury The fix is super simple; as the above warning and @types/fusioncharts package mentions, just delete this line:

https://github.com/fusioncharts/angular-fusioncharts/blob/develop/dist/package.json#L43