mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #250] Line chart uses blocks instead of lines #138
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#138
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 @hi019 on GitHub (Nov 12, 2020).
Original GitHub issue: https://github.com/mum4k/termdash/issues/250
Hi, I'm on Arch Linux and running this demo from GNOME Terminal. The Line chart font is not displaying correctly, is there a font I need to install?

@mum4k commented on GitHub (Nov 13, 2020):
Thank you for reaching out @hi019. This could be one of two things. It is either that the used font doesn't support unicode characters, or that the used terminal isn't compatible with
termbox-go.Can you try running the demo using
tcellinstead? The documentation fortcellis here:https://github.com/mum4k/termdash/wiki/Tcell-API
An example of using
tcellwithtermdashis here:github.com/mum4k/termdash@2a7dafa3a8/termdashdemo/termdashdemo.go (L489-L490)If this doesn't solve it, can you try it in a different terminal application and with a few different fonts to try to isolate the culprit?
@hi019 commented on GitHub (Nov 17, 2020):
Hi, sorry for my late reply. Since this is an issue on my end, I'm going to close this issue and update you if there is anything new. Thanks.
@mum4k commented on GitHub (Nov 18, 2020):
Thank you @hi019, please don't hesitate to reach out if you will have any questions.