mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #131] Widget: A speedometer type gauge #83
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @keithknott26 on GitHub (Feb 18, 2019).
Original GitHub issue: https://github.com/mum4k/termdash/issues/131
Originally assigned to: @keithknott26 on GitHub.
Consider implementing a speedometer / tachometer type gauge where you can set the 0 and max value. Similar to the donut but can be used for reporting network throughput or latency metrics for example.
@mum4k commented on GitHub (Feb 18, 2019):
This is a great idea, thanks for suggesting it.
Most of the code written for the donut widget is reusable here, so this won't be too much work. The only thing that we have to figure out is how to handle the two colors (where they meet on the half-circle).
Specifically the braille canvas gives us sub-cell resolution (pixels). However when it comes to colors, we can only set color on the entire cell (all of tis pixels).
@mum4k commented on GitHub (Apr 2, 2019):
@keithknott26 marking this as assigned to you to communicate that it is being worked on.