Revert "update chart background colour"
This reverts commit ffd2df2c08
.
This commit is contained in:
@ -1299,7 +1299,7 @@
|
|||||||
return deviceMetric.battery_level;
|
return deviceMetric.battery_level;
|
||||||
}),
|
}),
|
||||||
borderColor: '#22c55e',
|
borderColor: '#22c55e',
|
||||||
backgroundColor: '#22c55e20',
|
backgroundColor: '#e5e7eb',
|
||||||
fill: true,
|
fill: true,
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
@ -1362,7 +1362,7 @@
|
|||||||
return deviceMetric.voltage;
|
return deviceMetric.voltage;
|
||||||
}),
|
}),
|
||||||
borderColor: '#22c55e',
|
borderColor: '#22c55e',
|
||||||
backgroundColor: '#22c55e20',
|
backgroundColor: '#e5e7eb',
|
||||||
fill: true,
|
fill: true,
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
@ -1425,7 +1425,7 @@
|
|||||||
return deviceMetric.channel_utilization;
|
return deviceMetric.channel_utilization;
|
||||||
}),
|
}),
|
||||||
borderColor: '#22c55e',
|
borderColor: '#22c55e',
|
||||||
backgroundColor: '#22c55e20',
|
backgroundColor: '#e5e7eb',
|
||||||
fill: true,
|
fill: true,
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
@ -1488,7 +1488,7 @@
|
|||||||
return deviceMetric.air_util_tx;
|
return deviceMetric.air_util_tx;
|
||||||
}),
|
}),
|
||||||
borderColor: '#22c55e',
|
borderColor: '#22c55e',
|
||||||
backgroundColor: '#22c55e20',
|
backgroundColor: '#e5e7eb',
|
||||||
fill: true,
|
fill: true,
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user