aesculus / EVTO-App-Feedback

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

Consumption graph: Efficiency popup formatting #472

Closed EVGrokker closed 7 years ago

EVGrokker commented 7 years ago

v 1.2.0 (42)

For the two popups, suggest a minor format tweak:

If you feel you need to break them into two lines to fit, suggest:

Rated:
350 kW/mi
Avg:
331 kW/mi
aesculus commented 7 years ago

This? Note I fixed the same popup on the corners of the red line too.

image

aesculus commented 7 years ago

Whoops. The labels were wrong too. It's not kW/mi but Whr/mi

image

EVGrokker commented 7 years ago

I think they would look better with a colon after 'Rated' and 'Avg'.

aesculus commented 7 years ago

OK.

EVGrokker commented 7 years ago

v 1.2.0 (43)

Notice that the Consumption tab popups can be displayed such that they're partially off-screen on a phone-sized device.

What would you think about always rendering the popup in the center of the screen, but including a circle around the touched area to identify the part of the graph referred to by the popup?

consumption

aesculus commented 7 years ago

I found a hack on the web to solve the problem in V1.2 (44). Basically if the tooltip is on the edge, it mirrors its location.

image