aesculus / EVTO-App-Feedback

A project to track bugs and ideas for the EVTO App
MIT License
1 stars 0 forks source link

Reduce end point spikes on consumption chart #344

Closed aesculus closed 7 years ago

aesculus commented 7 years ago

Often starting and stopping the chart a 0 wastes lots of vertical space. Look at normalizing or removing the static value below the real low points.

EVGrokker commented 7 years ago

100% agree. Remove static values.

aesculus commented 7 years ago

In thinking about this request there could be an issue. I am all good for taking out the start and end trip 0 points. The others are normalized out because of my smoothing algorithm.

This should take care of 99% of the issues but I foresee some situation that could cause a mid trip drive to 0. Most likely not but possible. We will just have to keep an eye out for it.

EVGrokker commented 7 years ago

comment moved to appropriate thread

aesculus commented 7 years ago

Here is the consumption chart with most of the dead space removed as implemented in V1.2 (40)

image

EVGrokker commented 7 years ago

That's handsome.

aesculus commented 7 years ago

I decided to dump the y-axis label for phones to give the chart more room. Can you cover what it is in the help?

BTW you can touch the points on the chart and the two lines to get the values.

image