diff --git a/src/core/core.controller.js b/src/core/core.controller.js index 635198db3a8..47b238da8aa 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -717,7 +717,7 @@ class Chart { let i; if (this._resizeBeforeDraw) { const {width, height} = this._resizeBeforeDraw; - // Unset pending draw now to avoid possible recursion within _resize + // Unset pending resize request now to avoid possible recursion within _resize this._resizeBeforeDraw = null; this._resize(width, height); }