fusioncharts / angular-fusioncharts

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

all ValueLabels randomly disappearing from chart #118

Open barocsi opened 3 years ago

barocsi commented 3 years ago

"@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 that requires redraw of the chart (like resizing the window of the responsive container) make the chart render ValueLabels correctly, however after certain refresh, valueLabels might disappear again.

Any ideas? Thanks!

AyanBhadury commented 3 years ago

@barocsi Could you please replicate the issue in the below sandbox : https://codesandbox.io/s/fc-msbar2d-forked-ufsq7

barocsi commented 3 years ago

@barocsi Could you please replicate the issue in the below sandbox : https://codesandbox.io/s/fc-msbar2d-forked-ufsq7

I'd change type to msstackedcolumn2d but then it gives an error DevTools failed to load SourceMap: Could not parse content for https://ufsq7.csb.app/fusioncharts.theme.fusion.js.map: Unexpected token < in JSON at position 0

yakuzaaaa commented 3 years ago

@barocsi you also need to change the data

barocsi commented 3 years ago

@yakuzaaaa With type=radar it's fine with a different data and configuration i'd use. As soon I change chart type it throws error. Should I change anything else?