Skip to content

Commit 900ec4f

Browse files
committed
feat(auction-detail): 그래프 표현 방식 변경
1 parent 105c3ab commit 900ec4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/auction/auction-log/ui/auction-log-chart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function AuctionLogChart({ item }: { item: RecentPriceHistoryType
3030
<ChartTooltip cursor={false} content={<ChartTooltipContent indicator="line" />} />
3131
<Area
3232
dataKey="viewerCount"
33-
type="natural"
33+
type="monotone"
3434
fill="var(--color-brand)"
3535
fillOpacity={0.4}
3636
stroke="var(--color-brand)"

0 commit comments

Comments
 (0)