From: Tanner Linsley Date: Thu, 24 Sep 2015 19:07:32 +0000 (-0600) Subject: Polar Area now uses new scale.update method X-Git-Tag: 2.0.0-alpha4~12^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f0ee92992b996f7338f04cbbdb68ce9a8436cde;p=thirdparty%2FChart.js.git Polar Area now uses new scale.update method --- diff --git a/src/controllers/controller.polarArea.js b/src/controllers/controller.polarArea.js index d832f09d1..29634c477 100644 --- a/src/controllers/controller.polarArea.js +++ b/src/controllers/controller.polarArea.js @@ -81,7 +81,7 @@ update: function(reset) { - Chart.scaleService.fitScalesForChart(this, this.chart.width, this.chart.height); + Chart.scaleService.update(this, this.chart.width, this.chart.height); //this.chart.scale.setScaleSize(); this.chart.scale.calculateRange(); this.chart.scale.generateTicks();