[PR #96] [MERGED] Adding a LineChart option that switches the Y axis from anchored to adaptive. #198

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/96
Author: @mum4k
Created: 1/27/2019
Status: Merged
Merged: 1/27/2019
Merged by: @mum4k

Base: develHead: y-axis-anchor-option


📝 Commits (3)

📊 Changes

9 files changed (+419 additions, -29 deletions)

View changed files

📝 CHANGELOG.md (+2 -2)
📝 widgets/linechart/axes/axes.go (+2 -2)
📝 widgets/linechart/axes/axes_test.go (+41 -4)
📝 widgets/linechart/axes/label_test.go (+1 -1)
📝 widgets/linechart/axes/scale.go (+51 -6)
📝 widgets/linechart/axes/scale_test.go (+233 -12)
📝 widgets/linechart/linechart.go (+1 -1)
📝 widgets/linechart/linechart_test.go (+69 -0)
📝 widgets/linechart/options.go (+19 -1)

📄 Description

Fixes #92


🔄 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/96 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 1/27/2019 **Status:** ✅ Merged **Merged:** 1/27/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `y-axis-anchor-option` --- ### 📝 Commits (3) - [`7d22a68`](https://github.com/mum4k/termdash/commit/7d22a6837628f644f309bd85eb4997b8ed6d7a04) Adding LineChart option YAxisAdaptive. - [`2e6da63`](https://github.com/mum4k/termdash/commit/2e6da63307031a1118272bae029b39593a588cad) Updating CHANGELOG. - [`21083a9`](https://github.com/mum4k/termdash/commit/21083a9b8f6b191c735a952a0f9650faa4c3cd7d) Self-review fixes. ### 📊 Changes **9 files changed** (+419 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -2) 📝 `widgets/linechart/axes/axes.go` (+2 -2) 📝 `widgets/linechart/axes/axes_test.go` (+41 -4) 📝 `widgets/linechart/axes/label_test.go` (+1 -1) 📝 `widgets/linechart/axes/scale.go` (+51 -6) 📝 `widgets/linechart/axes/scale_test.go` (+233 -12) 📝 `widgets/linechart/linechart.go` (+1 -1) 📝 `widgets/linechart/linechart_test.go` (+69 -0) 📝 `widgets/linechart/options.go` (+19 -1) </details> ### 📄 Description Fixes #92 --- <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:15 +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#198
No description provided.