We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c3237 commit a3f6d67Copy full SHA for a3f6d67
frontend/src/components/StockChart.tsx
@@ -287,7 +287,7 @@ const StockChart: React.FC<StockChartProps> = ({
287
borderWidth,
288
pointRadius: 0, // Hide points by default
289
pointHoverRadius: 0,
290
- tension: 0.4, // Smooth curves
+ tension: 0, // Straight lines between nodes
291
order: isHovered ? -1 : 1, // Bring hovered to front
292
};
293
});
0 commit comments