osmandapp / OsmAnd

OsmAnd
https://osmand.net
Other
4.59k stars 1.01k forks source link

Improve visibility of Graph overlay labels #15738

Open sonora opened 1 year ago

sonora commented 1 year ago

In #14744 we have moved graph overlay labels to the left hand side of the graph.

Problem is that on the left these figures are as intrusive as on the right: On smaller screen devices they permanently obscure a significant portion of the graphs.

Can we implement that their visibility is simply toggled by tapping on the graph area?

I notice this seems somehow partiallly implemented for the fourth 'movable marker' indicator, in some cases when I tap the graph it toggles it between being visible and invisible, but its not consistent where you have to tap. I think we should debug this and apply to all 4 overlay labels, so there is an easy way to view the entire graph without these labels.

dmpr0 commented 1 year ago

I think on overview screens, like Navigation, graph and labels shouldn't overlap. On Route details or even on Analyze on map, we can change their behavior somehow, for example hide them when slider (that shows info for selected point) with label is visible.