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

resizeTo crops chart instead of resizing

Open barocsi opened this issue 4 years ago • 0 comments

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); }

barocsi avatar Aug 13 '21 12:08 barocsi