Do not update involuntarily on resize. Only render.

This commit is contained in:
Tanner Linsley 2015-06-13 02:08:55 -06:00
parent 763bde9ed1
commit 181a61f16a

View File

@ -1161,7 +1161,6 @@
// Cascade the resize event down to the chart.
if (instance.options.responsive) {
instance.resize();
instance.update();
instance.render();
}
});