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

compass gauge with int values #277

Open
AtaraHalamish opened this issue Feb 6, 2024 · 1 comment
Open

compass gauge with int values #277

AtaraHalamish opened this issue Feb 6, 2024 · 1 comment

Comments

@AtaraHalamish
Copy link

I need to create a compass gauge that display the integer value of the angle.
The compass should display both majorTicks ['0', '45', '90', '135', '180', '225', '270', '315', '']
and also compassMajorChars = ['N', '', 'E', '', 'S', '', 'W', '', ''];
in addition, I need to display the value box in the middle of the gauge.

for this task, it was nice if there were the additional following features:

  • valueBox.position [ top | bottom | middle ]
  • valueBox.padding - I need less padding, to make more place for the ticksText...
  • majorTicks.radiusPosition [ percent of the gauge width ]
  • majorAdditionalTicks - array, can be the same array.length as majorTicks
  • majorAdditionalTicks.radiusPosition
  • majorAdditionalTicks.font (in my case, larger then majorTicks.font...)
@TuShen121
Copy link

TuShen121 commented Feb 6, 2024 via email

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

No branches or pull requests

2 participants