mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #267] [MERGED] Design APIs of the HeatMap widget #289
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#289
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/267
Author: @fgksgf
Created: 11/18/2020
Status: ✅ Merged
Merged: 11/23/2020
Merged by: @mum4k
Base:
devel← Head:api📝 Commits (9)
c0f1cfdfirst commit8072326dev29d7e65dev65debbbDesign APIs of the HeatMap widgete5e6097Update comments2ac3bc5devf5dc333devb7a73f0dev283801eRename AxisWith to axisWith and add comments📊 Changes
10 files changed (+502 additions, -0 deletions)
View changed files
📝
.gitignore(+3 -0)➕
widgets/heatmap/heatmap.go(+153 -0)➕
widgets/heatmap/heatmap_test.go(+15 -0)➕
widgets/heatmap/heatmapdemo/heatmapdemo.go(+64 -0)➕
widgets/heatmap/internal/README.md(+4 -0)➕
widgets/heatmap/internal/axes/axes.go(+87 -0)➕
widgets/heatmap/internal/axes/axes_test.go(+15 -0)➕
widgets/heatmap/internal/axes/label.go(+64 -0)➕
widgets/heatmap/internal/axes/label_test.go(+15 -0)➕
widgets/heatmap/options.go(+82 -0)📄 Description
Most of the design refers to the implementation of LineChart, but some simplifications have been made, such as:
Feel free to ask me if you have any questions :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.