功率曲线
This commit is contained in:
parent
db87de1f58
commit
75de123972
@ -338,7 +338,6 @@ const statAnalysisOperate = () => {
|
||||
type: 'scatter',
|
||||
data: seriesData,
|
||||
name: '实际值',
|
||||
smooth: true,
|
||||
symbolSize: 5,
|
||||
symbol: 'circle',
|
||||
}
|
||||
|
@ -512,6 +512,7 @@ const historyDataReq = (promises: any) => {
|
||||
data: yData.map((value: any) => ({
|
||||
value: getCutDecimalsValue(value, 2),
|
||||
})),
|
||||
smooth: true,
|
||||
symbolSize: 5,
|
||||
symbol: 'circle',
|
||||
}
|
||||
|
@ -459,6 +459,7 @@ const historyDataReq = (data: any) => {
|
||||
value: getCutDecimalsValue(value, 2),
|
||||
unit: unit, // 将单位添加到每个数据点
|
||||
})),
|
||||
smooth: true,
|
||||
symbolSize: 5,
|
||||
symbol: 'circle',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user