We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96f9da commit 0d0dc4dCopy full SHA for 0d0dc4d
apps/webapp/app/components/primitives/charts/ChartLine.tsx
@@ -172,7 +172,7 @@ export function ChartLineRenderer({
172
stroke={config[key]?.color}
173
fill={config[key]?.color}
174
fillOpacity={0.6}
175
- strokeWidth={2}
+ strokeWidth={1}
176
stackId="stack"
177
isAnimationActive={false}
178
/>
@@ -220,7 +220,7 @@ export function ChartLineRenderer({
220
dataKey={key}
221
type={lineType}
222
223
224
dot={false}
225
activeDot={{ r: 4 }}
226
0 commit comments