This commit is contained in:
syuilo 2022-12-29 09:58:11 +09:00
parent d19dab8a66
commit 510e6ec7e9
1 changed files with 3 additions and 1 deletions

View File

@ -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,
},
},