mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #122] [MERGED] Linechart now supports vertical label orientation under the X axis. #206
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#206
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/122
Author: @mum4k
Created: 2/14/2019
Status: ✅ Merged
Merged: 2/14/2019
Merged by: @mum4k
Base:
devel← Head:vertical-labels📝 Commits (6)
9f893ebFunction to calculate required height.7ef7939xLabels now supports vertical labels.3dba76cLinechart can now draw labels under X vertically.5f6a843Account for two labels on the Y axis.369b866Updating CHANGELOG.11286f6Improving test coverage of label.go.📊 Changes
9 files changed (+616 additions, -112 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
draw/testdraw/testdraw.go(+7 -0)📝
widgets/linechart/axes/axes.go(+52 -23)📝
widgets/linechart/axes/axes_test.go(+231 -64)📝
widgets/linechart/axes/label.go(+36 -4)📝
widgets/linechart/axes/label_test.go(+143 -9)📝
widgets/linechart/linechart.go(+21 -6)📝
widgets/linechart/linechart_test.go(+104 -2)📝
widgets/linechart/options.go(+21 -4)📄 Description
Fixes #43
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.