@@ -37,7 +37,7 @@ |
||
| 37 | 37 | ], |
| 38 | 38 | [ |
| 39 | 39 | 'label' => 'Distance Walked (km)', |
| 40 | - 'backgroundColor' => '#ffb266',// '#66ffff', |
|
| 40 | + 'backgroundColor' => '#ffb266', // '#66ffff', |
|
| 41 | 41 | 'borderColor' => 'black', |
| 42 | 42 | 'data' => array_map(fn($dp): string => number_format($dp['totalDistance'] / 1000.0, 2), $wanderStats['monthlyStats']), |
| 43 | 43 | ] |