mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #208] [CLOSED] Indicator #255
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#255
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/208
Author: @keithknott26
Created: 5/19/2019
Status: ❌ Closed
Base:
master← Head:devel📝 Commits (10+)
560aef6Add linechart y-axis value formatter option API7157a07Add formatter support to linechart internal Value type135edd4Add formatted values creation if the scale has a value formatter asigned7571889Use the y-axis value formatter option on y-axis internal propertiese9b4ba3Guarantee some spacing between donut and its label.3dce1b3Undo changes to the donut demo.457ce10Updating CHANGELOG.98b23ecText area no longer needs to be adjusted.662382eMerge pull request #196 from mum4k/donut-label-spacing0ef8750Fixing lint issues found on Go report card.📊 Changes
41 files changed (+2684 additions, -393 deletions)
View changed files
📝
CHANGELOG.md(+17 -0)📝
container/container.go(+7 -0)📝
container/container_test.go(+91 -0)📝
container/options.go(+55 -7)📝
doc/images/segmentdisplaydemo.gif(+0 -0)📝
internal/alignfor/alignfor.go(+9 -1)📝
internal/alignfor/alignfor_test.go(+6 -0)📝
internal/area/area.go(+39 -7)📝
internal/area/area_test.go(+108 -0)➕
internal/segdisp/dotseg/attributes.go(+117 -0)➕
internal/segdisp/dotseg/attributes_test.go(+56 -0)➕
internal/segdisp/dotseg/dotseg.go(+238 -0)➕
internal/segdisp/dotseg/dotseg_test.go(+602 -0)➕
internal/segdisp/dotseg/testdotseg/testdotseg.go(+37 -0)➕
internal/segdisp/segdisp.go(+90 -0)➕
internal/segdisp/segdisp_test.go(+170 -0)📝
internal/segdisp/sixteen/attributes.go(+16 -31)📝
internal/segdisp/sixteen/sixteen.go(+4 -53)📝
internal/segdisp/sixteen/sixteen_test.go(+48 -103)📝
internal/wrap/wrap.go(+2 -2)...and 21 more files
📄 Description
Adds an indicator widget
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.