fix graph gridlines
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2021-10-06 02:01:41 +01:00
parent 868291c135
commit 76e35c7a63
1 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,10 @@ function CreateChart(ctx, temp, humidity) {
callback: function (value, index, values) { callback: function (value, index, values) {
return value + '%'; return value + '%';
} }
} },
grid: {
drawOnChartArea: false,
},
}, },
x: { x: {
title: { title: {