This commit is contained in:
Douglas Barone 2022-06-21 13:14:23 +00:00
parent 4d2493470b
commit 8d0c0da141
2 changed files with 3 additions and 5 deletions

View File

@ -67,7 +67,7 @@ export default {
y: { y: {
beginAtZero: true, beginAtZero: true,
min: 0, min: 0,
suggestedMax: 100, suggestedMax: 80,
title: { title: {
display: true, display: true,
@ -76,8 +76,6 @@ export default {
}, },
y1: { y1: {
beginAtZero: true, beginAtZero: true,
min: 0,
position: 'right', position: 'right',
title: { title: {
display: true display: true
@ -96,7 +94,7 @@ export default {
stepSize: 20, stepSize: 20,
displayFormats: { displayFormats: {
minute: 'HH:mm' minute: 'H:mm'
} }
}, },

View File

@ -78,7 +78,7 @@ export default {
stepSize: 15, stepSize: 15,
displayFormats: { displayFormats: {
minute: 'HH:mm' minute: 'H:mm'
} }
}, },