angular-fusioncharts
angular-fusioncharts copied to clipboard
Angular Component for FusionCharts JavaScript Charting Library
Can we get actual types for [FusionChartInstance.ts](https://github.com/fusioncharts/angular-fusioncharts/blob/develop/src/angular-fusioncharts/interfaces/FusionChartInstance.ts) and [FusionChartsEvent.ts](https://github.com/fusioncharts/angular-fusioncharts/blob/develop/src/angular-fusioncharts/interfaces/FusionChartsEvent.ts)? Having Object types forces us to use `any` in our code when we shouldn't need to.
Fix for ticket 2245 Note: Latest version of Angular requires: Node version = 14.15.0 or later Description: Upgraded the angular version to version 14. Created the new npm package project...
Hi, First of all many thanks for this nice Angular library. 🙏🏽 The latest version of `angular-fusioncharts` depends on `[email protected]` which depends on Angular `^2.4.7` which has a known security...
🚀 Updates `angular` from 14.x to 17.3.6 ✏️ _used angular [official documentation](https://update.angular.io/) for upgrading the version [(ng update)](https://angular.io/cli/update)_ Changelogs Sourced from angular's changelog. File Changes angular.json package.json package-lock.json tsconfig.json 🔨...
After upgrading to Angular 18.0.3, FusionCharts are not rendering anymore. Additionally the following error is logged to the browser developer console: ``` ERROR TypeError: FusionChartsModules is not a function at...
error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'fusioncharts'.
I have an Angular 17 project and was using angular-fusioncharts 4.0.3 with Jest testing. Upon upgrading to 4.1.0 this morning I have run my usual Jest test command and got...
I cloned the project and changed the anguar.json builder from `@angular-devkit/build-angular:browser` to `@angular-devkit/build-angular:browser-esbuild` After build and run, I got this error on browser: ``` main.ts:11 ERROR TypeError: FusionChartsModules is not...