From 54157a5f19ae976f20d1570c3af114083eba245d Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Fri, 22 Apr 2022 16:12:59 +0200 Subject: [PATCH] oops --- src/components/MonthlyGraphs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/MonthlyGraphs.js b/src/components/MonthlyGraphs.js index a502353..0fa1f94 100644 --- a/src/components/MonthlyGraphs.js +++ b/src/components/MonthlyGraphs.js @@ -99,6 +99,8 @@ const MonthlyGraphs = (obj) => { sortOrder="descending" sortKey="sum" radius={300} + width={620} + height={620} innerRadius={50} labelRadius={130} cornerRadius={3}