We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105c3ab commit 900ec4fCopy full SHA for 900ec4f
1 file changed
src/features/auction/auction-log/ui/auction-log-chart.tsx
@@ -30,7 +30,7 @@ export default function AuctionLogChart({ item }: { item: RecentPriceHistoryType
30
<ChartTooltip cursor={false} content={<ChartTooltipContent indicator="line" />} />
31
<Area
32
dataKey="viewerCount"
33
- type="natural"
+ type="monotone"
34
fill="var(--color-brand)"
35
fillOpacity={0.4}
36
stroke="var(--color-brand)"
0 commit comments