[PR #167] [MERGED] Adding ValueCapacity method to BarChart and SparkLine. #231

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

📋 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: develHead: value-capacity


📝 Commits (2)

  • 5018a08 Adding ValueCapacity method to BarChart.
  • 62c56c5 Adding 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/167 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 3/3/2019 **Status:** ✅ Merged **Merged:** 3/3/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `value-capacity` --- ### 📝 Commits (2) - [`5018a08`](https://github.com/mum4k/termdash/commit/5018a08b1f27dfa7250153ba7fa84046e2c3c8c1) Adding ValueCapacity method to BarChart. - [`62c56c5`](https://github.com/mum4k/termdash/commit/62c56c5e58d21377b858131323234ff36fab394e) Adding the ValueCapacity method to SparkLine. ### 📊 Changes **7 files changed** (+211 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes #162 --- <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:26 +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#231
No description provided.