Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-20 | Rewrite the labelling system | dodoradio | |
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. | |||
2023-07-02 | Rename hrgraph to linegraph because it's not actually heartrate specific | Arseniy Movshev | |
2023-06-30 | Reduce the number of divisions if BPM goes over 100 | Arseniy Movshev | |
2023-06-30 | fix graph label positioning and spacing | Arseniy Movshev | |
the labels containers are now inset so they actually align with the values (a small offset would be caused by the way that the graph insets its data) all the code for positioning of the horizontal labels has been redone. This necessitated some changes in the loading code, and a fix to a particularly embarrassing variable duplication. | |||
2023-06-29 | Add graph here | Arseniy Movshev | |
2023-06-11 | Add heartrate graph (experimental, slightly broken) | Arseniy Movshev | |