From ce70ae688f9926864f3ac0dfaf003ec3e35522e6 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 1 May 2021 23:11:50 +0200 Subject: [PATCH] Rename the chart's label. --- content/www/js/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/www/js/site.js b/content/www/js/site.js index 3974c35..4a3339e 100644 --- a/content/www/js/site.js +++ b/content/www/js/site.js @@ -12,7 +12,7 @@ function init_chart() { const data = { labels: [], datasets: [{ - label: 'Temperatures', + label: 'Sensor #1', data: [], fill: false, borderColor: 'rgb(75, 192, 192)',