angular-fusioncharts
angular-fusioncharts copied to clipboard
Angular Component for FusionCharts JavaScript Charting Library
```js // config import { FusionChartsModule } from 'angular-fusioncharts'; import * as FusionCharts from 'fusioncharts'; import * as Powercharts from 'fusioncharts/fusioncharts.powercharts'; import * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'; import * as...
I have no idea on how to reproduce, again sporadically happens during first render of the chart.
I'm currently using Angular 10.0.3 and I'm getting the following error:  Also when I check my angular-errors.log I have the following:  Does anyone know what is happening? I...
An unhandled exception occurred: Cannot read property 'fileName' of null . { "name": "my-app", "version": "2.1.0", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng...
Hello, I am trying to extend the Fusion theme inside of my own custom theme. Is there any easy way to do this? I don't want to style every property,...
After the chart is initialized and rendered, I call the chartInstance.resizeTo() method. Instead of resizing it as it would in bare JS, it just crops the chart. Any ideas? initializedFusionCharts($event)...
Hello, I am trying to use the getSVGString() but keep getting the following error: ``` core.js:6456 ERROR TypeError: Cannot read property 'canvas' of undefined at e.t.getSVGString (fusioncharts.js:13) at ChartComponent.initialized (chart.component.ts:73)...
"@angular/core": "~10.0.0", "angular-fusioncharts": "3.0.4", "fusioncharts": "^3.16.0", Hi, I have a hard to reproduce problem, however it gets back sporadically: valueLables on the chart sometimes not rendered but after any interaction...
Could be possible to update the dependencies or, if Angular 4 still necessary, make a dep range like the following? ``` "dependencies": { "@angular/animations": ">=4.0.0", "@angular/common": ">=4.0.0", "@angular/compiler": ">=4.0.0", "@angular/core":...
Hi, I am using FusionTime and I would like to know how to set locale to portuguese. Also, is it possible to change locale in runtime?