Skip to content

Commit bf406a3

Browse files
committed
Updating the maximum blips in a ring limit
1 parent 4904ace commit bf406a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphing/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const graphConfig = {
3030
rings: getRings(),
3131
quadrants: getQuadrants(),
3232
groupBlipAngles: [30, 35, 60, 80],
33-
maxBlipsInRings: [8, 22, 17, 18],
33+
maxBlipsInRings: [11, 33, 21, 21],
3434
}
3535

3636
const uiConfig = {

0 commit comments

Comments
 (0)