This commit is contained in:
syuilo 2022-12-29 09:58:11 +09:00
parent d19dab8a66
commit 510e6ec7e9

View file

@ -155,8 +155,10 @@ async function renderChart() {
}, },
ticks: { ticks: {
display: true, display: true,
padding: 0,
maxRotation: 0, maxRotation: 0,
autoSkipPadding: 8, autoSkipPadding: 0,
autoSkip: false,
callback: (value, index, values) => value + 1, callback: (value, index, values) => value + 1,
}, },
}, },