mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #255] Anyone know how to put a termui chart (Sparkline) into a tview? #197
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#197
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?
Originally created by @christoofar on GitHub (Mar 31, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/255
I'd like to put a live sparkline inside of a box or some other primitive which is monitoring the number of sessions open on a SIP server. I'm using termui to build the dashboard to control the phone switch.
https://github.com/gizak/termui/blob/master/_examples/sparkline.go
@rivo commented on GitHub (Apr 5, 2019):
Please look at this: https://github.com/rivo/tview/issues/11#issuecomment-357044887
Again, I don't know if this will actually work but it could be a pointer on how to integrate
termuiwithtview. Generally, I do have plans to add charts totviewbut that's something for v2 so it's still quite some time out.