add more info to some labels

This commit is contained in:
unknown 2021-01-15 11:57:03 +01:00
parent 4cee6c8f4a
commit 8e0134aa9b

View File

@ -13,11 +13,11 @@ let barChart = new Chart(ctx, {
data: { data: {
labels: ["Meters"], labels: ["Meters"],
datasets: [{ datasets: [{
label: 'Ublox', label: 'Ublox H. acc.',
data: [0, 0], data: [0, 0],
backgroundColor: "rgba(214, 69, 65, 1)" backgroundColor: "rgba(214, 69, 65, 1)"
}, { }, {
label: 'Smartphone', label: 'Smartphone H. acc.',
data: [0, 0], data: [0, 0],
backgroundColor: "rgba(30, 139, 195, 1)" backgroundColor: "rgba(30, 139, 195, 1)"
}, { }, {