From: Tanner Linsley Date: Sat, 13 Jun 2015 08:08:55 +0000 (-0600) Subject: Do not update involuntarily on resize. Only render. X-Git-Tag: 2.0.0-alpha2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=181a61f16a6726bc37fbcc73680ee6cdaceaf03b;p=thirdparty%2FChart.js.git Do not update involuntarily on resize. Only render. --- diff --git a/src/core/core.js b/src/core/core.js index 362800531..84d4c4db5 100755 --- a/src/core/core.js +++ b/src/core/core.js @@ -1161,7 +1161,6 @@ // Cascade the resize event down to the chart. if (instance.options.responsive) { instance.resize(); - instance.update(); instance.render(); } });