-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Add LinearGauge indicator #3222
Conversation
That's useful, but I'd think that in a bank of them the current value of it won't stand out much, while I'd want higher values to be very visible in many cases. The usual way that's done is to dim the alpha of the background for the areas above the current value, potentially to zero. In general since there is really only one value being displayed, one will often want this to be very small, so it would be good if the defaults weren't assuming this needs font and tick sizes like a curve or scatterplot... Also, the colors here seem backward if that's a failure rate. :-) |
Agree with everything you said. Total work in progress for now. |
99b4d34
to
04fc2bc
Compare
Codecov Report
@@ Coverage Diff @@
## master #3222 +/- ##
==========================================
- Coverage 83.34% 82.96% -0.39%
==========================================
Files 198 198
Lines 26791 26970 +179
==========================================
+ Hits 22329 22375 +46
- Misses 4462 4595 +133
Continue to review full report at Codecov.
|
A
LinearGauge
provides a much more compact value indicator thanDial
orGauge
.colors
handling consistent withGauge
andDial
horizontal
support