Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-06-07 | Get rid of the blob graph | Arseniy Movshev | |
This fixes an issue where a single bar could fill the entire width of the graph, making a blob shape This is done by setting an effective minimum of the number of bars that the graph sees, so that an individual bar can't be wider than the width seen when there's three bars | |||
2023-06-02 | bar graph: tweak anchors to make sure that labels text is never clipped | Arseniy Movshev | |
2023-05-30 | Move bar graph into a dedicated component | Arseniy Movshev | |