angular-fusioncharts icon indicating copy to clipboard operation
angular-fusioncharts copied to clipboard

Angular Component for FusionCharts JavaScript Charting Library

Results 58 angular-fusioncharts issues
Sort by recently updated
recently updated
newest added

```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: ![image](https://user-images.githubusercontent.com/46388956/129303746-43c9f57c-7c41-45c0-b026-d42d24df6690.png) Also when I check my angular-errors.log I have the following: ![image](https://user-images.githubusercontent.com/46388956/129303802-7c0c508d-976e-41f7-a99c-e8338a27f86f.png) 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?