angular-fusioncharts
angular-fusioncharts copied to clipboard
resizeTo crops chart instead of resizing
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); }