[GH-ISSUE #131] Widget: A speedometer type gauge #83

Open
opened 2026-03-03 16:22:13 +03:00 by kerem · 2 comments
Owner

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.

59f64d0d-652d-49c5-b203-1974ac4922d9

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. ![59f64d0d-652d-49c5-b203-1974ac4922d9](https://user-images.githubusercontent.com/16966683/52925208-ec4e5680-32e4-11e9-96ab-d9cf7c33cb41.jpeg)
Author
Owner

@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).

<!-- gh-comment-id:464605179 --> @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).
Author
Owner

@mum4k commented on GitHub (Apr 2, 2019):

@keithknott26 marking this as assigned to you to communicate that it is being worked on.

<!-- gh-comment-id:478827732 --> @mum4k commented on GitHub (Apr 2, 2019): @keithknott26 marking this as assigned to you to communicate that it is being worked on.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#83
No description provided.