From b11b26bdf5e1097f28fc96a16ec04d4a4c4d7a4d Mon Sep 17 00:00:00 2001 From: trechriron Date: Thu, 7 Dec 2023 21:12:22 -0800 Subject: [PATCH] Update tier numbers. --- src/App/DevResultGraph.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App/DevResultGraph.jsx b/src/App/DevResultGraph.jsx index 5617753..94e6a9e 100644 --- a/src/App/DevResultGraph.jsx +++ b/src/App/DevResultGraph.jsx @@ -1,9 +1,9 @@ const chartMaxHeight = 340; const yInnerMaxHeight = 290; const ySingleUnit = yInnerMaxHeight/10; -const freeTierCount = 1000; -const tier1Count = 2000; -const tier2Count = 5000; +const freeTierCount = 20000; +const tier1Count = 100000; +const tier2Count = 500000; const devGraphStyles = { row: {