RootCauseunvalidated
const January = sendToChart.filter((d) => d.date == 'January'). Outcome: Use `Map.groupBy()` to group by the date, then sum each total when mapping to an array using `Array.from()`.
6051405d-2907-4262-81f2-fa938bf766d5
const January = sendToChart.filter((d) => d.date == 'January'). Outcome: Use Map.groupBy() to group by the date, then sum each total when mapping to an array using Array.from().