Skip to content

Commit

Permalink
fix: dot stroke chart
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Dec 14, 2024
1 parent 2e9753b commit 48a767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chart-elements/LineChart/LineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const LineChart = React.forwardRef<HTMLDivElement, LineChartProps>((props, ref)
strokeLinejoin={strokeLinejoin}
strokeWidth={strokeWidth}
className={tremorTwMerge(
"stroke-tremor-background",
"stroke-tremor-background-default",
onValueChange ? "cursor-pointer" : "",
color ? fillColors[categoryColors.get(dataKey) as Color] : "gray",
)}
Expand Down

0 comments on commit 48a767d

Please sign in to comment.