[PR #42] [MERGED] Implementing the SparkLine widget. #175

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/42
Author: @mum4k
Created: 6/22/2018
Status: Merged
Merged: 7/3/2018
Merged by: @mum4k

Base: develHead: sparkline


📝 Commits (10+)

  • 27f6d76 Skeleton of the SparkLine widget, tests and demo.
  • 6301513 Code that determines which sparks runes to use.
  • d430638 More test cases for the SparkLine widget.
  • 2ce014d Fix for compatibility with Go 1.8.
  • a9813c4 Implementation of the SparkLine widget.
  • 9d02f43 Self-review.
  • f4d2edc Adding licenses.
  • 4da5097 Fixing the SparkLine demo.
  • 35f2672 Merge branch 'devel' into sparkline
  • dd57b31 Fix incorrect color in the SparkLine demo.

📊 Changes

6 files changed (+1289 additions, -0 deletions)

View changed files

widgets/sparkline/options.go (+76 -0)
widgets/sparkline/sparkline.go (+223 -0)
widgets/sparkline/sparkline_test.go (+493 -0)
widgets/sparkline/sparklinedemo/sparklinedemo.go (+116 -0)
widgets/sparkline/sparks.go (+111 -0)
widgets/sparkline/sparks_test.go (+270 -0)

📄 Description

Fixes #10


🔄 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/42 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 6/22/2018 **Status:** ✅ Merged **Merged:** 7/3/2018 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `sparkline` --- ### 📝 Commits (10+) - [`27f6d76`](https://github.com/mum4k/termdash/commit/27f6d76dc60cfbf97578feae875ab819a7efe783) Skeleton of the SparkLine widget, tests and demo. - [`6301513`](https://github.com/mum4k/termdash/commit/630151301ff61a64091d03d61c5d84b3b8e59cd1) Code that determines which sparks runes to use. - [`d430638`](https://github.com/mum4k/termdash/commit/d430638eb0e7365206832f396fe05dc3b2059718) More test cases for the SparkLine widget. - [`2ce014d`](https://github.com/mum4k/termdash/commit/2ce014d35abcf9e64f923d24bf85da954c8c15ea) Fix for compatibility with Go 1.8. - [`a9813c4`](https://github.com/mum4k/termdash/commit/a9813c4c7620a9c55b5d998df2a2a15e6ce1a4f4) Implementation of the SparkLine widget. - [`9d02f43`](https://github.com/mum4k/termdash/commit/9d02f43c6fe4720046eed644dbbed1bf26182c33) Self-review. - [`f4d2edc`](https://github.com/mum4k/termdash/commit/f4d2edc3f962d6564da201ea5fff8b151123968c) Adding licenses. - [`4da5097`](https://github.com/mum4k/termdash/commit/4da5097d667166cb7451ac6a69c6059b88c857f5) Fixing the SparkLine demo. - [`35f2672`](https://github.com/mum4k/termdash/commit/35f2672cae9fdbd13a037e678b309ee6edc5f64d) Merge branch 'devel' into sparkline - [`dd57b31`](https://github.com/mum4k/termdash/commit/dd57b316b0e310bbe11861d557377172c3d30468) Fix incorrect color in the SparkLine demo. ### 📊 Changes **6 files changed** (+1289 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `widgets/sparkline/options.go` (+76 -0) ➕ `widgets/sparkline/sparkline.go` (+223 -0) ➕ `widgets/sparkline/sparkline_test.go` (+493 -0) ➕ `widgets/sparkline/sparklinedemo/sparklinedemo.go` (+116 -0) ➕ `widgets/sparkline/sparks.go` (+111 -0) ➕ `widgets/sparkline/sparks_test.go` (+270 -0) </details> ### 📄 Description Fixes #10 --- <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:09 +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#175
No description provided.