mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-05 07:54:04 +01:00
Do not update involuntarily on resize. Only render.
This commit is contained in:
@@ -1161,7 +1161,6 @@
|
||||
// Cascade the resize event down to the chart.
|
||||
if (instance.options.responsive) {
|
||||
instance.resize();
|
||||
instance.update();
|
||||
instance.render();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user