Set Y axis beginAtZero to true
This commit is contained in:
parent
9a97476e63
commit
763b634d6d
|
@ -114,6 +114,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
y: {
|
y: {
|
||||||
|
beginAtZero: true,
|
||||||
|
min: 0,
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
|
|
Loading…
Reference in New Issue