From 1fd1daf4762a4f5f246b4b35c2c8b03c34a732ad Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Fri, 22 Apr 2022 16:11:10 +0200 Subject: [PATCH] fix graph overflow on certain dimensions --- src/components/MonthlyGraphs.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/MonthlyGraphs.js b/src/components/MonthlyGraphs.js index 4bb3350..a502353 100644 --- a/src/components/MonthlyGraphs.js +++ b/src/components/MonthlyGraphs.js @@ -99,8 +99,6 @@ const MonthlyGraphs = (obj) => { sortOrder="descending" sortKey="sum" radius={300} - width={620} - height={620} innerRadius={50} labelRadius={130} cornerRadius={3} @@ -403,7 +401,7 @@ const MonthlyGraphs = (obj) => { } return ( -
+
{renderStake ? stakeObj : null} {renderEarnings ? earningsObj : null} {renderBread ? broadcasterObj : null}