Client - fix y-axis width due to ascent/descent values
This commit is contained in:
parent
8e1c470169
commit
a2159d32b8
@ -99,7 +99,7 @@
|
||||
},
|
||||
},
|
||||
afterFit: function (scale: LayoutItem) {
|
||||
scale.width = props.fullStats ? 75 : 60
|
||||
scale.width = props.fullStats ? 90 : 60
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user