File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ function makeAllStyles(
168
168
} ,
169
169
} ,
170
170
delayedPubertyThresholdLabel : {
171
- fontSize : axisStyle ?. axisThresholdLabelTextStyle ?. size ?? 9 ,
171
+ fontSize : axisStyle ?. axisThresholdLabelTextStyle ?. size ?? ( 9 ) * ( textMultiplier ?? 1 ) ,
172
172
fill : axisStyle ?. axisThresholdLabelTextStyle ?. colour ?? black ,
173
173
fontFamily : axisStyle ?. axisThresholdLabelTextStyle ?. name ?? 'Arial' ,
174
174
fontWeight : axisStyle ?. axisThresholdLabelTextStyle ?. weight ?? 400 ,
@@ -204,7 +204,7 @@ function makeAllStyles(
204
204
} ,
205
205
} ,
206
206
centileLabel : {
207
- fontSize : centileStyle . centileTextStyle ?. size ?? 6 ,
207
+ fontSize : centileStyle . centileTextStyle ?. size ?? ( 6 ) * ( textMultiplier ?? 1 ) ,
208
208
fontFamily : centileStyle . centileTextStyle ?. name ?? 'Montserrat' ,
209
209
fontWeight : centileStyle . centileTextStyle ?. weight ?? 400 ,
210
210
fill : centileStyle ?. centileStroke ?? black ,
You can’t perform that action at this time.
0 commit comments