Skip to content
Snippets Groups Projects
Commit 6a992b69 authored by syuilo's avatar syuilo
Browse files

fix chart rendering

parent ecd6fc1d
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,10 @@ async function renderChart() {
time: {
stepSize: 1,
unit: 'day',
displayFormats: {
day: 'M/d',
month: 'Y/M',
},
},
grid: {
display: false,
......
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment