[PR #125] [MERGED] Allow users to provide custom Y axis scale for the LineChart. #209

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/125
Author: @mum4k
Created: 2/15/2019
Status: Merged
Merged: 2/15/2019
Merged by: @mum4k

Base: develHead: custom-scale


📝 Commits (2)

  • 6379b1d Allow users to provide custom Y axis scale for the LineChart.
  • 18ed0f1 Note about bug fix in the CHANGELOG.

📊 Changes

6 files changed (+414 additions, -17 deletions)

View changed files

📝 CHANGELOG.md (+9 -0)
📝 termdashdemo/termdashdemo.go (+22 -8)
📝 widgets/linechart/linechart.go (+27 -3)
📝 widgets/linechart/linechart_test.go (+308 -5)
📝 widgets/linechart/linechartdemo/linechartdemo.go (+4 -1)
📝 widgets/linechart/options.go (+44 -0)

📄 Description

Fixes #121
Updates #111


🔄 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/125 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 2/15/2019 **Status:** ✅ Merged **Merged:** 2/15/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `custom-scale` --- ### 📝 Commits (2) - [`6379b1d`](https://github.com/mum4k/termdash/commit/6379b1d28e6b38e13810cba20742da9d6034428f) Allow users to provide custom Y axis scale for the LineChart. - [`18ed0f1`](https://github.com/mum4k/termdash/commit/18ed0f12745138455f49387f562bd6f106e0794e) Note about bug fix in the CHANGELOG. ### 📊 Changes **6 files changed** (+414 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+9 -0) 📝 `termdashdemo/termdashdemo.go` (+22 -8) 📝 `widgets/linechart/linechart.go` (+27 -3) 📝 `widgets/linechart/linechart_test.go` (+308 -5) 📝 `widgets/linechart/linechartdemo/linechartdemo.go` (+4 -1) 📝 `widgets/linechart/options.go` (+44 -0) </details> ### 📄 Description Fixes #121 Updates #111 --- <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:18 +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#209
No description provided.