I am using a graph for my power monitor to display the current.
The expected range is 0-3200 (mA).
Most of the time my projects demand between 50-600mA… so to see changes in the graph I must set the graph range manually to 0-800 (allowing for a tiny bit of head room).
But when things change, and suddenly I receive a value above the manually set max value, the graph just maxes out. Then I have to stop the app, change the range again.
I would love the option for the graph to set its own auto range based on what is still showing on the graph. It would need to update the range with each new virtualWrite.
If not ‘auto-range’, then the ability set to range via setProperty
Like if you agree.