Description
On the workout details page, we show a line chart illustrating the user's elevation, incline, and speed over the course of the workout. The x-axis of this chart shows distance and is divided up into segments by vertical lines. These dividing lines seem arbitrarily placed. For example, on a 2 mile workout, there are divisions every 0.3x miles. A 5 mile workout has divisions every 0.6143 miles.
The most important splits for most users would fall exactly on the mile. For this reason, perhaps we might consider forcing the divisions to be equal segments of 1 mile (e.g. every .25 or every .5 miles). This may make our graph look more logical and better meet user expectations.
Screen-cap
Reproduction Steps
View any workout
Note that the divisions of the graph do not fall on the mile
Enhancement Details
Description On the workout details page, we show a line chart illustrating the user's elevation, incline, and speed over the course of the workout. The x-axis of this chart shows distance and is divided up into segments by vertical lines. These dividing lines seem arbitrarily placed. For example, on a 2 mile workout, there are divisions every 0.3x miles. A 5 mile workout has divisions every 0.6143 miles.
The most important splits for most users would fall exactly on the mile. For this reason, perhaps we might consider forcing the divisions to be equal segments of 1 mile (e.g. every .25 or every .5 miles). This may make our graph look more logical and better meet user expectations.
Screen-cap
Reproduction Steps View any workout Note that the divisions of the graph do not fall on the mile
Notes