From: Nick Downie Date: Wed, 2 Jul 2014 20:28:59 +0000 (+0100) Subject: Reflow the Radar before updating to update scale X-Git-Tag: v1.0.1-beta.2~4^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F415%2Fhead;p=thirdparty%2FChart.js.git Reflow the Radar before updating to update scale --- diff --git a/src/Chart.Radar.js b/src/Chart.Radar.js index 9f9a06f0a..bc876ad5c 100644 --- a/src/Chart.Radar.js +++ b/src/Chart.Radar.js @@ -275,6 +275,7 @@ this.eachPoints(function(point){ point.save(); }); + this.reflow(); this.render(); }, reflow: function(){