mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #278] [CLOSED] Implementing the HeatMap widget #298
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#298
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/278
Author: @fgksgf
Created: 12/5/2020
Status: ❌ Closed
Base:
devel← Head:heatmap📝 Commits (10+)
5945620Implementing the HeatMap widgetce319baImplementing the HeatMap widgetf82a7ceImplementing the HeatMap widget1ffa530Implementing the HeatMap widgetd35fbd4Fix th bug that can't resize368a846ImplementplayHeatMapfor demob6238d8ImplementplayHeatMapfor democ718089Fix the bug that integer divide by zerocb26765Merge branch 'devel' into heatmapb26a241started to write tests📊 Changes
8 files changed (+590 additions, -50 deletions)
View changed files
📝
widgets/heatmap/heatmap.go(+213 -13)📝
widgets/heatmap/heatmap_test.go(+34 -1)📝
widgets/heatmap/heatmapdemo/heatmapdemo.go(+40 -6)📝
widgets/heatmap/internal/axes/axes.go(+34 -14)📝
widgets/heatmap/internal/axes/axes_test.go(+122 -1)📝
widgets/heatmap/internal/axes/label.go(+102 -8)📝
widgets/heatmap/internal/axes/label_test.go(+1 -1)📝
widgets/heatmap/options.go(+44 -6)📄 Description
playHeatMapfor demoClose #265
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.