Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Reflow the Radar before updating to update scale
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnick committed Jul 2, 2014
1 parent 641fc02 commit ea9d144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Chart.Radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
this.eachPoints(function(point){
point.save();
});
this.reflow();
this.render();
},
reflow: function(){
Expand Down

0 comments on commit ea9d144

Please sign in to comment.