@@ -381,7 +381,7 @@ public class KChartView extends FrameLayout implements ITouchEventResponse {
HistoryDatas lastData = this.saveHistory.get(this.saveHistory.size() - 1);
HistoryDatas nowData = lastDate;
if(new ChartDataAdapter().checkSameMin(nowData.getTime().replace("T"," ").replace("+08:00",""), lastData.getTime().replace("T"," ").replace("+08:00",""))){ // 不是同一分钟 则重新请求
- this.saveHistory.add(lastDate);
+// this.saveHistory.add(lastDate);
}else{
if(kChartListener != null) kChartListener.onKRepairFail();
}