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

The "angulargauge" and "thermometer" charts are not being resized properly #57

Open kelvinoliveira opened 1 year ago

kelvinoliveira commented 1 year ago

I've updated to version 3.20.0, and the "angulargauge" and "thermometer" charts are not being resized when calling the "resizeTo" function. Here is a sample code: https://codepen.io/kelvinoliveira/pen/jOeoJKP

However, others charts, like the "mscolumn2d" chart, are working properly.
Here is a sample code: https://codepen.io/kelvinoliveira/pen/ExdzMLX

On version 3.16.0, all charts that I tested was working properly.