diff --git a/src/core/core.scale.js b/src/core/core.scale.js index 898413a48..1212f187b 100644 --- a/src/core/core.scale.js +++ b/src/core/core.scale.js @@ -779,8 +779,8 @@ export default class Scale extends Element { minSize.width = Math.min(me.maxWidth, minSize.width + labelWidth); - me.paddingTop = firstLabelSize.height / 2; - me.paddingBottom = lastLabelSize.height / 2; + me.paddingTop = lastLabelSize.height / 2; + me.paddingBottom = firstLabelSize.height / 2; } }