Skip to content

Commit eed12ae

Browse files
nagixsimonbrunel
authored andcommitted
Fix fitWithPointLabels calculation in radialLinear scale (chartjs#5963)
1 parent e3f233f commit eed12ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scales/scale.radialLinear.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function fitWithPointLabels(scale) {
141141
l: 0,
142142
r: scale.width,
143143
t: 0,
144-
b: scale.height
144+
b: scale.height - scale.paddingTop
145145
};
146146
var furthestAngles = {};
147147
var i, textSize, pointPosition;

0 commit comments

Comments
 (0)