mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #167] [MERGED] Adding ValueCapacity method to BarChart and SparkLine. #231
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#231
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/167
Author: @mum4k
Created: 3/3/2019
Status: ✅ Merged
Merged: 3/3/2019
Merged by: @mum4k
Base:
devel← Head:value-capacity📝 Commits (2)
5018a08Adding ValueCapacity method to BarChart.62c56c5Adding the ValueCapacity method to SparkLine.📊 Changes
7 files changed (+211 additions, -44 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
widgets/barchart/barchart.go(+59 -8)📝
widgets/barchart/barchart_test.go(+82 -26)📝
widgets/barchart/barchartdemo/barchartdemo.go(+5 -8)📝
widgets/sparkline/sparkline.go(+17 -0)📝
widgets/sparkline/sparkline_test.go(+21 -1)📝
widgets/sparkline/sparklinedemo/sparklinedemo.go(+25 -1)📄 Description
Fixes #162
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
internaldirectory toprivate. #272