refactor: improve data fetching in Stats page

This commit is contained in:
2026-01-29 19:31:51 +00:00
parent 5332af57e8
commit 21e325a968
2 changed files with 27 additions and 42 deletions

View File

@@ -51,7 +51,7 @@ const ActivityHeatmap = ({ data }: ActivityHeatmapProps) => {
);
return (
<ResponsiveHeatMap /* or HeatMap for fixed dimensions */
<ResponsiveHeatMap
data={convertedData}
valueFormat=">-.2s"
axisTop={{ tickRotation: -90 }}