Add y axis label

This commit is contained in:
George Lacey 2021-05-10 08:30:39 +01:00
parent c047fb77cf
commit b01f326e4b

View File

@ -42,9 +42,14 @@ function set_daily_graph(repoDict) {
},
scales: {
y: {
display: true,
min: 0,
source: "ticks",
title: {
display: true,
text: "Compressed Size",
font: {
size: 18
}
},
ticks: {
callback: function (value, index, values) {
if (value !== 0) {