Skip to content

Commit db31af7

Browse files
committed
feat(StatsRoute): Use bar chart for working time
1 parent 537c51a commit db31af7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/routes/stats/time-charts.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ export const TotalTimeChart = ({
8787
return (
8888
<Chart.Root maxX={maxX} minY={0} maxY={maxY}>
8989
<Chart.Caption>Working Time (avg)</Chart.Caption>
90-
<Chart.Line points={points} />
91-
<Chart.Dots points={points} printValue={hourDotLabel} />
90+
<Chart.Bars points={points} printValue={hourDotLabel} />
9291

9392
<Chart.XAxis color="gentle" position={0} ticks={ticks} />
9493
<Chart.Grid gapY={60} />

0 commit comments

Comments
 (0)