Freq graphs now begin at zero

This commit is contained in:
Tim Stallard 2017-04-03 23:44:37 +01:00
parent 3db4fa6841
commit 98ffbc8e58

View File

@ -133,6 +133,13 @@ module.exports = {
}, },
legend: { legend: {
display: false display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
} }
}, },
data: { data: {
@ -155,6 +162,13 @@ module.exports = {
}, },
legend: { legend: {
display: false display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
} }
}, },
data: { data: {