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
When the canvas width is smaller than padding left and right, results chartWidth and chartAreaWidth at Chart.js#6221 negative number, causes infinite loop when calculating axis.
When the canvas width is smaller than padding left and right, results chartWidth and chartAreaWidth at
Chart.js#6221
negative number, causes infinite loop when calculating axis.Chart.js/src/core/core.layoutService.js
Lines 172 to 176 in f9beedb
Solution:
Check width and height are positive or 0 before update the chart.
The text was updated successfully, but these errors were encountered: