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

Fixed Y axis scale on Bar Graphs #5461

Open
kevinlieb opened this issue Jun 11, 2024 · 0 comments
Open

Fixed Y axis scale on Bar Graphs #5461

kevinlieb opened this issue Jun 11, 2024 · 0 comments

Comments

@kevinlieb
Copy link

kevinlieb commented Jun 11, 2024

I checked examples and docs and can't find a solution. This seems like such an obvious problem.

I have data flowing in, 3-4 times per second, which is voltages across 36 batteries from a Battery Management System. These voltages should always be 3.0v to 4.2v and only in extremely bad circumstances out of that range. So I want to fix the Y access to be 3.0 to 4.2. So far I have not found a way to do this.

barChart.setAutoScaleMinMaxEnabled(false); did not work.

Video of the issue: https://youtu.be/RE7a-hLnY7E

Any suggestions? Or is there a bug here?

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