We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537c51a commit db31af7Copy full SHA for db31af7
1 file changed
src/app/routes/stats/time-charts.tsx
@@ -87,8 +87,7 @@ export const TotalTimeChart = ({
87
return (
88
<Chart.Root maxX={maxX} minY={0} maxY={maxY}>
89
<Chart.Caption>Working Time (avg)</Chart.Caption>
90
- <Chart.Line points={points} />
91
- <Chart.Dots points={points} printValue={hourDotLabel} />
+ <Chart.Bars points={points} printValue={hourDotLabel} />
92
93
<Chart.XAxis color="gentle" position={0} ticks={ticks} />
94
<Chart.Grid gapY={60} />
0 commit comments