(iso: string)
| 327 | // overview.stats' series date format, so markers x-align with the |
| 328 | // chart's data points (xScale matches by Date identity). |
| 329 | const fmt = (iso: string) => format(new Date(iso), 'yyyy-MM-dd HH:mm:ss'); |
| 330 | return clusters.map((cluster) => ({ |
| 331 | anchorDate: fmt(cluster.anchorDate), |
| 332 | spikes: cluster.spikes.map((spike) => ({ |