fix chart rendering
This commit is contained in:
parent
ecd6fc1db8
commit
6a992b6982
2 changed files with 8 additions and 5 deletions
|
|
@ -104,6 +104,10 @@ async function renderChart() {
|
|||
time: {
|
||||
stepSize: 1,
|
||||
unit: 'day',
|
||||
displayFormats: {
|
||||
day: 'M/d',
|
||||
month: 'Y/M',
|
||||
},
|
||||
},
|
||||
grid: {
|
||||
display: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue