Skip to content

Commit

Permalink
Updating the maximum blips in a ring limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhatnagar97 committed Aug 27, 2024
1 parent 4904ace commit bf406a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphing/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const graphConfig = {
rings: getRings(),
quadrants: getQuadrants(),
groupBlipAngles: [30, 35, 60, 80],
maxBlipsInRings: [8, 22, 17, 18],
maxBlipsInRings: [11, 33, 21, 21],
}

const uiConfig = {
Expand Down

0 comments on commit bf406a3

Please sign in to comment.