🎨
This commit is contained in:
parent
d19dab8a66
commit
510e6ec7e9
1 changed files with 3 additions and 1 deletions
|
@ -155,8 +155,10 @@ async function renderChart() {
|
|||
},
|
||||
ticks: {
|
||||
display: true,
|
||||
padding: 0,
|
||||
maxRotation: 0,
|
||||
autoSkipPadding: 8,
|
||||
autoSkipPadding: 0,
|
||||
autoSkip: false,
|
||||
callback: (value, index, values) => value + 1,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue