-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Milestone
Description
Regression from #5922
_maxLabelLines
is set only when tickOpts.display && display
, which causes a NaN
due to _maxLabelLines
being undefined
in _tickSize
Chart.js/src/core/core.scale.js
Line 430 in 79fc340
me._maxLabelLines = tallestLabelHeightInLines; |
Chart.js/src/core/core.scale.js
Line 686 in 79fc340
var h = me._maxLabelLines * tickFont.lineHeight + padding; |