add more info to some labels
This commit is contained in:
parent
4cee6c8f4a
commit
8e0134aa9b
@ -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)"
|
||||
}, {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user