fix chart rendering

This commit is contained in:
syuilo 2023-01-07 14:10:01 +09:00
parent ecd6fc1db8
commit 6a992b6982
2 changed files with 8 additions and 5 deletions

View file

@ -104,6 +104,10 @@ async function renderChart() {
time: {
stepSize: 1,
unit: 'day',
displayFormats: {
day: 'M/d',
month: 'Y/M',
},
},
grid: {
display: false,

View file

@ -214,6 +214,10 @@ onMounted(async () => {
time: {
stepSize: 1,
unit: 'day',
displayFormats: {
day: 'M/d',
month: 'Y/M',
},
},
grid: {
display: false,
@ -223,11 +227,6 @@ onMounted(async () => {
maxRotation: 0,
autoSkipPadding: 16,
},
adapters: {
date: {
locale: enUS,
},
},
min: getDate(chartLimit).getTime(),
},
y: {