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

Vertical Bar Chart #1323

Open
pitermarx opened this issue Sep 29, 2023 · 0 comments
Open

Vertical Bar Chart #1323

pitermarx opened this issue Sep 29, 2023 · 0 comments

Comments

@pitermarx
Copy link
Contributor

pitermarx commented Sep 29, 2023

Is your feature request related to a problem? Please describe.
I think it would be nice to have a vertical bar chart to display something like a value over time

Describe the solution you'd like
I have this 80% done feature

new VerticalBarChart()
            .SetHeight(10)
            .SetColor(Color.Orange1)
            .SetData(new double[] { -4, -2, 0, -1, -2, 4, 2, 0, 1, 2, 3, 4, 5, 6 });

The major thing it is missing is that the chart only is as wide as the data.
right now 1 datapoint <-> 1 character
I think it should be able to expand to the available width

Is it worth pursuing?

Additional context


Please upvote 👍 this issue if you are interested in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo 🕑
Development

No branches or pull requests

1 participant