mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Do not update involuntarily on resize. Only render.
This commit is contained in:
parent
763bde9ed1
commit
181a61f16a
@ -1161,7 +1161,6 @@
|
||||
// Cascade the resize event down to the chart.
|
||||
if (instance.options.responsive) {
|
||||
instance.resize();
|
||||
instance.update();
|
||||
instance.render();
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user