Client - fix y-axis width due to ascent/descent values

This commit is contained in:
Sam 2022-07-19 18:04:22 +02:00
parent 8e1c470169
commit a2159d32b8

View File

@ -99,7 +99,7 @@
},
},
afterFit: function (scale: LayoutItem) {
scale.width = props.fullStats ? 75 : 60
scale.width = props.fullStats ? 90 : 60
},
},
},