Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line after 0 grayed out #93

Open
dzieciou opened this issue Nov 29, 2021 · 0 comments
Open

Line after 0 grayed out #93

dzieciou opened this issue Nov 29, 2021 · 0 comments

Comments

@dzieciou
Copy link

Why in horizontal bar chart line following 0.0 value Is grey out?

image

Here's example to reproduce the problem:

from termgraph.termgraph import chart

data = [[0],[34], [2]]
labels = ["Cars", "Boats", "Planes"]
args = {
    "histogram": False,
    "stacked": False,
    "width": 50,
    "no_labels": False,
    "no_values": False,
    "format": "{:.0f}",
    "suffix": "",
    "vertical": False
}
chart(None, data, args, labels)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant