From 8e0134aa9b547d0e2e5d0ec44f133694471d550b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 15 Jan 2021 11:57:03 +0100 Subject: [PATCH] add more info to some labels --- static/scripts/accuracy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/scripts/accuracy.js b/static/scripts/accuracy.js index 127d211..90873ee 100644 --- a/static/scripts/accuracy.js +++ b/static/scripts/accuracy.js @@ -13,11 +13,11 @@ let barChart = new Chart(ctx, { data: { labels: ["Meters"], datasets: [{ - label: 'Ublox', + label: 'Ublox H. acc.', data: [0, 0], backgroundColor: "rgba(214, 69, 65, 1)" }, { - label: 'Smartphone', + label: 'Smartphone H. acc.', data: [0, 0], backgroundColor: "rgba(30, 139, 195, 1)" }, {