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

Vertical Limits Bar #213

Closed
ghost opened this issue Nov 3, 2015 · 1 comment
Closed

Vertical Limits Bar #213

ghost opened this issue Nov 3, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Nov 3, 2015

I was wondering how difficult it might be to include a Limit Column Widget (as opposed to the existing limits bar) that is vertical and is single-ended. A good example of usage would be for a battery with voltage levels from 0 to 18 volts.

Limit User Defined Voltage Calculation (Pixels of Height to be drawn)
Green_Limit 18 (V) Green_height = @col_height – blue_height – yellow_height – red_height
Blue_Limit 15 (V) Blue_height = ((blue_limit-yellow_limit)/green_limit) * @col_height.round
Yellow_Limit 10 (V) Yellow_height = ((yellow_limit-red_limit)/green_limit)) * @col_height.round
Red_Limit 5 (V) Red_height = ((red_limit/green_limit) * @col_height).round

@ghost ghost added the feature label Nov 11, 2015
@jmthomas jmthomas self-assigned this Nov 12, 2015
@ghost
Copy link
Author

ghost commented Nov 20, 2015

closed by pull request #221

@ghost ghost closed this as completed Nov 20, 2015
@ghost ghost modified the milestone: v3.7.0 Nov 25, 2015
ghost pushed a commit that referenced this issue Nov 2, 2021
Merge in COSMOSEE/base from spec_fix to master

* commit '4d493aec1e6f3b36e8ae29eaa0b2ff8cd7cdce4f':
  Remove SERVICE_PASSWORD
  Restore USERPATH
  Fix 2 specs
  Add keyword documentation
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant