From 1b41a3d9647941d1a88c3ed27ab0e02d6939706f Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Fri, 22 Apr 2022 02:38:02 +0200 Subject: [PATCH] bigger pies --- src/components/WinnerMonth.js | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/src/components/WinnerMonth.js b/src/components/WinnerMonth.js index 21875fb..181dec7 100644 --- a/src/components/WinnerMonth.js +++ b/src/components/WinnerMonth.js @@ -112,9 +112,11 @@ const WinnerMonth = (obj) => { radius * 0.5} + radius={300} + width={620} + height={620} + innerRadius={50} + labelRadius={140} cornerRadius={3} colorScale={[ "#282678", @@ -148,7 +150,7 @@ const WinnerMonth = (obj) => { fillOpacity: 0.9, stroke: "#636363", strokeWidth: 1.5 }, labels: { - fontSize: 10, zIndex: 999 + fontSize: 16, zIndex: 999 } }} labelPosition="centroid" @@ -190,9 +192,11 @@ const WinnerMonth = (obj) => { radius * 0.5} + radius={300} + width={620} + height={620} + innerRadius={50} + labelRadius={140} cornerRadius={3} colorScale={[ "#282678", @@ -226,7 +230,7 @@ const WinnerMonth = (obj) => { fillOpacity: 0.9, stroke: "#636363", strokeWidth: 1.5 }, labels: { - fontSize: 10, zIndex: 999 + fontSize: 16, zIndex: 999 } }} labelPosition="centroid" @@ -266,9 +270,11 @@ const WinnerMonth = (obj) => { radius * 0.5} + radius={300} + width={620} + height={620} + innerRadius={50} + labelRadius={140} cornerRadius={3} colorScale={[ "#282678", @@ -302,7 +308,7 @@ const WinnerMonth = (obj) => { fillOpacity: 0.9, stroke: "#636363", strokeWidth: 1.5 }, labels: { - fontSize: 10, zIndex: 999 + fontSize: 16, zIndex: 999 } }} labelPosition="centroid"