mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #377] [CLOSED] [FEAT] reset for linechart #369
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#369
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/377
Author: @woodliu
Created: 6/28/2024
Status: ❌ Closed
Base:
master← Head:reset-linechart📝 Commits (1)
546db66[FEAT] reset for linechart📊 Changes
1 file changed (+7 additions, -0 deletions)
View changed files
📝
widgets/linechart/linechart.go(+7 -0)📄 Description
I create a linechart for prometheus metrics, and when i change the PromQL in inputtest, i need draw a total different linechart.
For example:
node_receive_packet_total{}rate(node_receive_packet_total{}[1m])That is the total different graph , so i need to reset the current graph ,and draw new one
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.