update for 4 hour rain forecast
This commit is contained in:
@@ -979,7 +979,7 @@ function renderDashboard(data) {
|
||||
data: {
|
||||
datasets: [
|
||||
{
|
||||
label: rainPredictions.length ? "model rain probability (%)" : "heuristic rain probability (%)",
|
||||
label: rainPredictions.length ? "model rain probability next 4h (%)" : "heuristic rain probability (%)",
|
||||
data: rainPredictions.length ? buildRainProbabilitySeriesFromPredictions(rainPredictions) : buildRainProbabilitySeries(obsFiltered),
|
||||
borderColor: colors.rain,
|
||||
backgroundColor: "rgba(78, 168, 222, 0.18)",
|
||||
|
||||
Reference in New Issue
Block a user