Age | Commit message (Collapse) | Author |
|
|
|
This still isn't ideal, as it only covers the cases where 8h is the smallest division.
|
|
- don't bother rendering hours for every label - this isn't useful information and crowds the screen
- make sure we 0-pad any numbers below 10
|
|
The label code has been split into its own set of components:
-TimeLabels: These try to display time labels as best as possible. They can label intervals from a minute to a day, but the code for labelling weeks is still missing. There's also no code protecting against strings overlapping with each other.
- VerticalLabels: The code for these is a bit more 'analogue' than that of the time labels, but it's roughly analogous to previous code.
These have also been implemented for the heartrate graph.
|