Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the maximum blips in a ring limit #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kbhatnagar97
Copy link

Explored Limits in Default State

  1. Outer most ring: 21 blips (without overlap)
  2. 2nd largest ring: 21 blips (without overlap)
  3. 3rd largest ring: 33 blips (without overlap)
  4. Inner most ring: 11 blips (without overlap)

Configuration: maxBlipsInRings: [20, 33, 21, 21] from the config file.
These values will prevent blip overlap like shown in the image below

Observation: If the limit of any ring is increased beyond these numbers, blips might not be plotted at all. Therefore, the limits in the config file should not be exceeded.

Screenshot 2024-08-23 at 2 30 00 AM

Hence, we must not exceed these limits in the config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant