diff --git a/frontend/pages/DashboardPage/cards/ChartCard/CheckerboardViz.tsx b/frontend/pages/DashboardPage/cards/ChartCard/CheckerboardViz.tsx index 27661230a4..7f886730f6 100644 --- a/frontend/pages/DashboardPage/cards/ChartCard/CheckerboardViz.tsx +++ b/frontend/pages/DashboardPage/cards/ChartCard/CheckerboardViz.tsx @@ -99,6 +99,8 @@ const CheckerboardViz = ({ return { dayIndex: 0, hourRow: i, + value: point.value, + total: point.total, percentage: point.percentage, dayLabel: format(date, "MMM d"), hourLabel: formatHourLabel(date.getHours()),