[Perl] DAQ system for the FAPG.
fix darken night shading on index weather chart
roles/dashboard/public/js/dashboard/weather-forecast.js
@@ -71,7 +71,7 @@
71
71
if (!xScale || !timestamps || !timestamps.length) return;
72
72
73
73
ctx.save();
74
Removed:
ctx.fillStyle = "rgba(100, 116, 139, 0.08)";
74
Added:
ctx.fillStyle = "rgba(100, 116, 139, 0.14)";
75
75
76
76
let inNight = false;
77
77
let nightStart = 0;