You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 289: function removeResizeListener(node) {
...
line 420: removeResizeListener(canvas, listener);
Expected Behavior
Match the parameters.
Possible Solution
Do not attempt to pass listener.
Environment
Chart.js version: 2.7.1
Browser name and version: n/a
The text was updated successfully, but these errors were encountered:
stefandrissen
changed the title
src/platforms/platform.dom.js - mismatch in removeResizeListener parameter mismatch
src/platforms/platform.dom.js - mismatch in removeResizeListener parameters
Mar 1, 2018
SonarQube is reporting a critical error on chartjs:
"removeResizeListener" declared at line 10762 expects 1 argument, but 2 were provided.
This is pointing to src/platforms/platform.dom.js
Expected Behavior
Match the parameters.
Possible Solution
Do not attempt to pass listener.
Environment
The text was updated successfully, but these errors were encountered: