Ensure that scales for polar area graphs are regenerated on updates.

This commit is contained in:
Evert Timberg 2014-10-19 20:04:21 -04:00
parent 1cfa42bc24
commit 98c1ac439d

View File

@ -195,6 +195,8 @@
helpers.each(this.segments,function(segment){
segment.save();
});
this.reflow();
this.render();
},
reflow : function(){