mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #42] [MERGED] Implementing the SparkLine widget. #175
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#175
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/42
Author: @mum4k
Created: 6/22/2018
Status: ✅ Merged
Merged: 7/3/2018
Merged by: @mum4k
Base:
devel← Head:sparkline📝 Commits (10+)
27f6d76Skeleton of the SparkLine widget, tests and demo.6301513Code that determines which sparks runes to use.d430638More test cases for the SparkLine widget.2ce014dFix for compatibility with Go 1.8.a9813c4Implementation of the SparkLine widget.9d02f43Self-review.f4d2edcAdding licenses.4da5097Fixing the SparkLine demo.35f2672Merge branch 'devel' into sparklinedd57b31Fix 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.