Compare commits

..

No commits in common. "77019c4a5e27cd3f20d7eb1cb4c8cd6b7d1036c2" and "c6514b9fb5c2442001cd4651048caeda7446c7c5" have entirely different histories.

View File

@ -172,7 +172,6 @@ export function realTimeLine(id, data) {
]
var list = []
var selList={}
var dataList = []
data.forEach((el, index) => {
Xdata.push(el.time)
@ -217,7 +216,6 @@ export function realTimeLine(id, data) {
},
},
})
selList[el.name]=(index==0?true:false)
})
var option = {
tooltip: {
@ -235,7 +233,6 @@ export function realTimeLine(id, data) {
itemHeight: 10,
type: 'scroll', // 启用翻页
data: list,
selected: selList,
right: "center",
top:10,
itemGap: 10,