[PR #194] [MERGED] Support a text label under the Donut widget. #246

Closed
opened 2026-03-03 16:23:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/194
Author: @mum4k
Created: 4/29/2019
Status: Merged
Merged: 4/29/2019
Merged by: @mum4k

Base: develHead: donut-label


📝 Commits (3)

  • 4391f38 Adding HSplitCells into the area package.
  • 0c68b3d The donut widget can optionally display a text label.
  • 553bad2 Updating the CHANGELOG.

📊 Changes

7 files changed (+466 additions, -11 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 internal/area/area.go (+23 -0)
📝 internal/area/area_test.go (+85 -0)
📝 widgets/donut/donut.go (+85 -8)
📝 widgets/donut/donut_test.go (+244 -2)
📝 widgets/donut/donutdemo/donutdemo.go (+4 -1)
📝 widgets/donut/options.go (+24 -0)

📄 Description

Fixes #85


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/194 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 4/29/2019 **Status:** ✅ Merged **Merged:** 4/29/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `donut-label` --- ### 📝 Commits (3) - [`4391f38`](https://github.com/mum4k/termdash/commit/4391f3846df8675e7d8d0128c104160ba609ee91) Adding HSplitCells into the area package. - [`0c68b3d`](https://github.com/mum4k/termdash/commit/0c68b3d745b15a93d0434f893c71feac93b7f2ec) The donut widget can optionally display a text label. - [`553bad2`](https://github.com/mum4k/termdash/commit/553bad2d186fb065919b908c3a599c6ec0cf725d) Updating the CHANGELOG. ### 📊 Changes **7 files changed** (+466 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `internal/area/area.go` (+23 -0) 📝 `internal/area/area_test.go` (+85 -0) 📝 `widgets/donut/donut.go` (+85 -8) 📝 `widgets/donut/donut_test.go` (+244 -2) 📝 `widgets/donut/donutdemo/donutdemo.go` (+4 -1) 📝 `widgets/donut/options.go` (+24 -0) </details> ### 📄 Description Fixes #85 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:30 +03:00
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#246
No description provided.