mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-14 17:55:17 -04:00
* Started horizontal scrolling for DeviceMetrics. Drawing lines based on the TimeFrame and setting the dp. * Wrote YAxisLabels(), it will replace the Y labels portion of the ChartOverlay(). The composable works for either side of the graph. * Wrote HorizontalLinesOverlay(), it will replace the horizontal lines portion of the ChartOverlay(). * Updated the data points to use their actual x values. * Based the width of the scrollable graph on time. * Added a date label to the TimeAxisOverlay.