function perDayLoads perDayLoads(rows: IntervalRow[],days: string[],): Map<string, number> Per-day quantity sums from rows fetched for the whole span. Parameters rows: IntervalRow[] days: string[] Return Type Map<string, number>