This commit is contained in:
parent
d19dab8a66
commit
510e6ec7e9
|
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue