From ea9d144c71819cbb3499d0640102689e10e25a02 Mon Sep 17 00:00:00 2001 From: Nick Downie Date: Wed, 2 Jul 2014 21:28:59 +0100 Subject: [PATCH] Reflow the Radar before updating to update scale --- src/Chart.Radar.js | 1 + 1 file changed, 1 insertion(+) 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(){ -- 2.47.2