fusioncharts / angularjs-fusioncharts

AngularJS Directive for FusionCharts JavaScript Charting Library (for Angular 1.x)
https://fusioncharts.github.io/angularjs-fusioncharts/
MIT License
111 stars 101 forks source link

Width and height are getting restored after changing "config" attribute. #11

Closed ayanonly1 closed 9 years ago

ayanonly1 commented 9 years ago

After changing the dimension if we do any configuration changes through "config" attribute of "fusioncharts" directive. Then the chart is restoring to it's initial dimension. To replicate open http://jsfiddle.net/ayanonly1/gfoogou7/. And then click on "Change Width" to change the dimension and then do click on "Change Chart's BG-Opacity". The chart will be re-rendered with it's initial dimension.