位移弹窗
parent
576f4793c4
commit
31969b1272
|
|
@ -152,7 +152,7 @@ export default function drpOption(data,yjData) {
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
// type: "dashed"
|
// type: "dashed"
|
||||||
},
|
},
|
||||||
data: data.map(o => o.x),
|
data: data.map(o => o.de),
|
||||||
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
||||||
smooth: 0.5
|
smooth: 0.5
|
||||||
},
|
},
|
||||||
|
|
@ -165,7 +165,7 @@ export default function drpOption(data,yjData) {
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
// type: "dashed"
|
// type: "dashed"
|
||||||
},
|
},
|
||||||
data: data.map(o => o.y),
|
data: data.map(o => o.dn),
|
||||||
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
||||||
smooth: 0.5
|
smooth: 0.5
|
||||||
},
|
},
|
||||||
|
|
@ -178,7 +178,7 @@ export default function drpOption(data,yjData) {
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
// type: "dashed"
|
// type: "dashed"
|
||||||
},
|
},
|
||||||
data: data.map(o => o.h),
|
data: data.map(o => o.du),
|
||||||
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
||||||
smooth: 0.5
|
smooth: 0.5
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue