微调
This commit is contained in:
@@ -806,7 +806,7 @@ public class LineGenerator {
|
|||||||
labelPositions.add(new int[]{findClosestValidIndex(compressed.data, lastTime.floatValue()), lastTime.intValue()});
|
labelPositions.add(new int[]{findClosestValidIndex(compressed.data, lastTime.floatValue()), lastTime.intValue()});
|
||||||
}
|
}
|
||||||
|
|
||||||
// lastTime+20(始终显示,数据结束位置横坐标)
|
// 最后一组数据(始终显示,数据结束位置横坐标)
|
||||||
if (lastTime != null) {
|
if (lastTime != null) {
|
||||||
float lastTime20 = lastTime.floatValue() + nPush;
|
float lastTime20 = lastTime.floatValue() + nPush;
|
||||||
int lastTime20Idx = findClosestValidIndex(compressed.data, lastTime20);
|
int lastTime20Idx = findClosestValidIndex(compressed.data, lastTime20);
|
||||||
|
|||||||
Reference in New Issue
Block a user