mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #194] [MERGED] Support a text label under the Donut widget. #246
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#246
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?
📋 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:
devel← Head:donut-label📝 Commits (3)
4391f38Adding HSplitCells into the area package.0c68b3dThe donut widget can optionally display a text label.553bad2Updating 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.