You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: