Merge pull request #415 from nnnick/fix/radar-chart-scale-updates

Reflow the Radar before updating to update scale
This commit is contained in:
Nick Downie 2014-07-02 21:36:51 +01:00
commit 2b81ac832a

View File

@ -276,6 +276,7 @@
this.eachPoints(function(point){
point.save();
});
this.reflow();
this.render();
},
reflow: function(){