Smooth curve on line graphs

This commit is contained in:
2021-09-12 15:09:02 +01:00
parent 52cd2b8663
commit e74a15c84b

View File

@@ -43,6 +43,7 @@ export default function LineChart (props) {
}, },
stroke: { stroke: {
width: 3, width: 3,
curve: 'smooth',
}, },
grid: { grid: {
borderColor: getComputedStyle( borderColor: getComputedStyle(