Skip to content

Commit a3f6d67

Browse files
committed
update to no curve
1 parent f8c3237 commit a3f6d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/StockChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ const StockChart: React.FC<StockChartProps> = ({
287287
borderWidth,
288288
pointRadius: 0, // Hide points by default
289289
pointHoverRadius: 0,
290-
tension: 0.4, // Smooth curves
290+
tension: 0, // Straight lines between nodes
291291
order: isHovered ? -1 : 1, // Bring hovered to front
292292
};
293293
});

0 commit comments

Comments
 (0)