mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 05:04:22 +00:00
fix(graphs): increase y-axis paddingLeft from 32 to 56 to prevent clipped labels
This commit is contained in:
parent
2aeaaa9052
commit
53b05931d4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ const props = defineProps({
|
|||
showAxes: { type: Boolean, default: false },
|
||||
yTickStep: { type: Number, default: 25 },
|
||||
tickCountX: { type: Number, default: 4 },
|
||||
paddingLeft: { type: Number, default: 32 },
|
||||
paddingLeft: { type: Number, default: 56 },
|
||||
paddingRight: { type: Number, default: 6 },
|
||||
paddingTop: { type: Number, default: 6 },
|
||||
paddingBottom: { type: Number, default: 20 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue