Skip to content

Commit 0d0dc4d

Browse files
committed
Made the line chart stroke thinner
1 parent d96f9da commit 0d0dc4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/webapp/app/components/primitives/charts/ChartLine.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export function ChartLineRenderer({
172172
stroke={config[key]?.color}
173173
fill={config[key]?.color}
174174
fillOpacity={0.6}
175-
strokeWidth={2}
175+
strokeWidth={1}
176176
stackId="stack"
177177
isAnimationActive={false}
178178
/>
@@ -220,7 +220,7 @@ export function ChartLineRenderer({
220220
dataKey={key}
221221
type={lineType}
222222
stroke={config[key]?.color}
223-
strokeWidth={2}
223+
strokeWidth={1}
224224
dot={false}
225225
activeDot={{ r: 4 }}
226226
isAnimationActive={false}

0 commit comments

Comments
 (0)