]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Do not update involuntarily on resize. Only render.
authorTanner Linsley <tannerlinsley@gmail.com>
Sat, 13 Jun 2015 08:08:55 +0000 (02:08 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Sat, 13 Jun 2015 08:08:55 +0000 (02:08 -0600)
src/core/core.js

index 3628005311d79fa90acbf3facaf30524b515afcf..84d4c4db5709d9f8c42fecc1b4c1fc793c3f76b4 100755 (executable)
                     // Cascade the resize event down to the chart.
                     if (instance.options.responsive) {
                         instance.resize();
-                        instance.update();
                         instance.render();
                     }
                 });