Rename the chart's label.

This commit is contained in:
Relintai 2021-05-01 23:11:50 +02:00
parent adc8d6108b
commit ce70ae688f

View File

@ -12,7 +12,7 @@ function init_chart() {
const data = {
labels: [],
datasets: [{
label: 'Temperatures',
label: 'Sensor #1',
data: [],
fill: false,
borderColor: 'rgb(75, 192, 192)',