This commit is contained in:
xy
2026-06-04 18:28:51 +08:00
parent 56cd9a05c3
commit eb89472670

View File

@@ -806,7 +806,7 @@ public class LineGenerator {
labelPositions.add(new int[]{findClosestValidIndex(compressed.data, lastTime.floatValue()), lastTime.intValue()});
}
// lastTime+20(始终显示,数据结束位置横坐标)
// 最后一组数据(始终显示,数据结束位置横坐标)
if (lastTime != null) {
float lastTime20 = lastTime.floatValue() + nPush;
int lastTime20Idx = findClosestValidIndex(compressed.data, lastTime20);