update chart background colour
This commit is contained in:
parent
261ab9fe61
commit
ffd2df2c08
1 changed files with 4 additions and 4 deletions
|
|
@ -1299,7 +1299,7 @@
|
|||
return deviceMetric.battery_level;
|
||||
}),
|
||||
borderColor: '#22c55e',
|
||||
backgroundColor: '#e5e7eb',
|
||||
backgroundColor: '#22c55e20',
|
||||
fill: true,
|
||||
}]
|
||||
},
|
||||
|
|
@ -1362,7 +1362,7 @@
|
|||
return deviceMetric.voltage;
|
||||
}),
|
||||
borderColor: '#22c55e',
|
||||
backgroundColor: '#e5e7eb',
|
||||
backgroundColor: '#22c55e20',
|
||||
fill: true,
|
||||
}]
|
||||
},
|
||||
|
|
@ -1425,7 +1425,7 @@
|
|||
return deviceMetric.channel_utilization;
|
||||
}),
|
||||
borderColor: '#22c55e',
|
||||
backgroundColor: '#e5e7eb',
|
||||
backgroundColor: '#22c55e20',
|
||||
fill: true,
|
||||
}]
|
||||
},
|
||||
|
|
@ -1488,7 +1488,7 @@
|
|||
return deviceMetric.air_util_tx;
|
||||
}),
|
||||
borderColor: '#22c55e',
|
||||
backgroundColor: '#e5e7eb',
|
||||
backgroundColor: '#22c55e20',
|
||||
fill: true,
|
||||
}]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue