Skip to content

Commit

Permalink
Merge pull request #13 from trechriron/trentin-graph-4
Browse files Browse the repository at this point in the history
Update tier numbers.
  • Loading branch information
trechriron authored Dec 8, 2023
2 parents 5c0b65d + b11b26b commit 3a52575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App/DevResultGraph.jsx
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down

0 comments on commit 3a52575

Please sign in to comment.