Merge pull request #703 from etimberg/fix/polar_area_update

Ensure that scales for polar area graphs are regenerated on updates.
This commit is contained in:
William Entriken 2015-01-23 15:15:58 -05:00
commit 06adbb0c54

View File

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