mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #41] [MERGED] Implementing a BarChart widget. #174
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#174
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/41
Author: @mum4k
Created: 6/20/2018
Status: ✅ Merged
Merged: 6/25/2018
Merged by: @mum4k
Base:
devel← Head:barchart📝 Commits (10+)
ff5ce85Skeleton of the barchart widget and its tests.774ad24More test cases.77a9b30Implementation of the BarChart widget and its demo.4785160Adding some missing licences.542948cFixes after self-review.c2782a8Improving test coverage.a0f55ccImproving the demo.6a320acAdding colors to the demo.40bee03Fixing incorrect func name in test output.b281b05Merge branch 'devel' into barchart📊 Changes
6 files changed (+1262 additions, -0 deletions)
View changed files
➕
widgets/barchart/barchart.go(+299 -0)➕
widgets/barchart/barchart_test.go(+676 -0)➕
widgets/barchart/barchartdemo/barchartdemo.go(+112 -0)➕
widgets/barchart/options.go(+147 -0)📝
widgets/text/line_trim.go(+14 -0)📝
widgets/text/line_trim_test.go(+14 -0)📄 Description
Including a demo.
Also rerunning the script which adds licences to files.
Fixes #8
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.