From e74a15c84b244314ae6877dca713707bc836a430 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 12 Sep 2021 15:09:02 +0100 Subject: [PATCH] Smooth curve on line graphs --- src/LineChart.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LineChart.js b/src/LineChart.js index fe0d5a0..3c0d2be 100644 --- a/src/LineChart.js +++ b/src/LineChart.js @@ -43,6 +43,7 @@ export default function LineChart (props) { }, stroke: { width: 3, + curve: 'smooth', }, grid: { borderColor: getComputedStyle(