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 c38e758 commit 3beb783Copy full SHA for 3beb783
apps/webapp/app/components/primitives/charts/ChartLine.tsx
@@ -186,6 +186,7 @@ export function ChartLineRenderer({
186
width={width}
187
height={height}
188
margin={{
189
+ top: 5,
190
left: 12,
191
right: 12,
192
}}
@@ -217,7 +218,7 @@ export function ChartLineRenderer({
217
218
type={lineType}
219
stroke={config[key]?.color}
220
strokeWidth={1}
- dot={false}
221
+ dot={{ r: 1.5, fill: config[key]?.color, strokeWidth: 0 }}
222
activeDot={{ r: 4 }}
223
isAnimationActive={false}
224
/>
0 commit comments