fusioncharts / fusioncharts-dist

FusionCharts JavaScript Charting library. Over 95+ charts and 1,400+ maps to choose from, with integrations available for all popular JavaScript frameworks & back-end programming languages.
https://www.fusioncharts.com
Other
84 stars 46 forks source link

valueLabels randomly not appearing when chart is rendered #22

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!