[PR #278] [CLOSED] Implementing the HeatMap widget #298

Closed
opened 2026-03-03 16:23:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/278
Author: @fgksgf
Created: 12/5/2020
Status: Closed

Base: develHead: heatmap


📝 Commits (10+)

  • 5945620 Implementing the HeatMap widget
  • ce319ba Implementing the HeatMap widget
  • f82a7ce Implementing the HeatMap widget
  • 1ffa530 Implementing the HeatMap widget
  • d35fbd4 Fix th bug that can't resize
  • 368a846 Implement playHeatMap for demo
  • b6238d8 Implement playHeatMap for demo
  • c718089 Fix the bug that integer divide by zero
  • cb26765 Merge branch 'devel' into heatmap
  • b26a241 started 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

  • Define the API
  • Implement basic features
  • Implement playHeatMap for demo
  • Write tests [WIP]
  • Polish code and comments

Close #265


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/278 **Author:** [@fgksgf](https://github.com/fgksgf) **Created:** 12/5/2020 **Status:** ❌ Closed **Base:** `devel` ← **Head:** `heatmap` --- ### 📝 Commits (10+) - [`5945620`](https://github.com/mum4k/termdash/commit/5945620df11238e27eb87362baa7c2b352b350d9) Implementing the HeatMap widget - [`ce319ba`](https://github.com/mum4k/termdash/commit/ce319bad1eea6a2ae41abcf142bfccafbce7aada) Implementing the HeatMap widget - [`f82a7ce`](https://github.com/mum4k/termdash/commit/f82a7ceec753e6b7a6d1dd2f8d13e625169e9050) Implementing the HeatMap widget - [`1ffa530`](https://github.com/mum4k/termdash/commit/1ffa530995f49a8e48728b942340cd39ae72009b) Implementing the HeatMap widget - [`d35fbd4`](https://github.com/mum4k/termdash/commit/d35fbd4c776baf1af5dc1c46ac3e8d9e9746bc8d) Fix th bug that can't resize - [`368a846`](https://github.com/mum4k/termdash/commit/368a8465c2dd4d51c90ca69fb9e5762146faec55) Implement `playHeatMap` for demo - [`b6238d8`](https://github.com/mum4k/termdash/commit/b6238d86ca670d654e40574c2447889300868274) Implement `playHeatMap` for demo - [`c718089`](https://github.com/mum4k/termdash/commit/c71808968b2b4773bc1ba40c142ee6b1114387ce) Fix the bug that integer divide by zero - [`cb26765`](https://github.com/mum4k/termdash/commit/cb26765120850594aef1e6ecce89a61ca948e285) Merge branch 'devel' into heatmap - [`b26a241`](https://github.com/mum4k/termdash/commit/b26a24182e91787caba67bca02c3a98277118ebd) started to write tests ### 📊 Changes **8 files changed** (+590 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - [x] Define the API - [x] Implement basic features - [x] Implement `playHeatMap` for demo - [ ] Write tests [WIP] - [ ] Polish code and comments Close #265 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#298
No description provided.