mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #335] bar chart with signed values #154
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#154
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 @Ankur-deDev on GitHub (Aug 11, 2022).
Original GitHub issue: https://github.com/mum4k/termdash/issues/335
Hi,
I am trying to create a bar chart with both negative and positive values, is it supported?
Thanks for your help
@mum4k commented on GitHub (Aug 12, 2022):
I think the bar chart only supports positive values currently. At least this test case seems to be suggesting so.
New code would be needed to support negative values and combinations of those.
@Ankur-deDev commented on GitHub (Aug 12, 2022):
Thanks for pointing this, it is very clear indeed that the negative values are not supported.