]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Reflow the Radar before updating to update scale 415/head
authorNick Downie <hello@nickdownie.com>
Wed, 2 Jul 2014 20:28:59 +0000 (21:28 +0100)
committerNick Downie <hello@nickdownie.com>
Wed, 2 Jul 2014 20:28:59 +0000 (21:28 +0100)
src/Chart.Radar.js

index 9f9a06f0aed1969b9d45bb7f47c5dbbbc74c99e5..bc876ad5ca4f51c1cfb90336b8a87b13d82f21d7 100644 (file)
                        this.eachPoints(function(point){
                                point.save();
                        });
+                       this.reflow();
                        this.render();
                },
                reflow: function(){