mirror of
https://github.com/kerwincui/FastBee.git
synced 2025-10-16 21:20:46 +08:00
修复实时监测报错问题
This commit is contained in:
@@ -571,7 +571,7 @@ export default {
|
|||||||
name: this.monitorThings[i].name,
|
name: this.monitorThings[i].name,
|
||||||
type: 'line',
|
type: 'line',
|
||||||
showSymbol: false,
|
showSymbol: false,
|
||||||
data: this.dataList[i].data
|
data: []
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
option && this.chart[i].setOption(option);
|
option && this.chart[i].setOption(option);
|
||||||
|
Reference in New Issue
Block a user