fusioncharts / angular-fusioncharts

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

resizeTo crops chart instead of resizing #128

Open barocsi opened 3 years ago

barocsi commented 3 years ago

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) { $event.chart.resizeTo(300,300); }