From c1f9f8740607c2537c916f56f8047af7efa0b610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 1 Nov 2024 11:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ems/report/currentVoltageCurve/index.vue | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/ems/report/currentVoltageCurve/index.vue b/src/views/ems/report/currentVoltageCurve/index.vue index e6e9f3b..f23cf34 100644 --- a/src/views/ems/report/currentVoltageCurve/index.vue +++ b/src/views/ems/report/currentVoltageCurve/index.vue @@ -422,8 +422,8 @@ export default { type: "line", smooth: true, //平滑曲线显示 showAllSymbol: true, //显示所有图形。 - symbol: "circle", //标记的图形为实心圆 - symbolSize: 10, //标记的大小 + symbol: "emptyCircle", //标记的图形为实心圆 + symbolSize: 5, //标记的大小 // itemStyle: { // //折线拐点标志的样式 // color: "#058cff", @@ -441,8 +441,8 @@ export default { type: "line", smooth: true, //平滑曲线显示 showAllSymbol: true, //显示所有图形。 - symbol: "circle", //标记的图形为实心圆 - symbolSize: 10, //标记的大小 + symbol: "emptyCircle", //标记的图形为实心圆 + symbolSize: 5, //标记的大小 // itemStyle: { // //折线拐点标志的样式 // color: "#058cff", @@ -460,8 +460,8 @@ export default { type: "line", smooth: true, //平滑曲线显示 showAllSymbol: true, //显示所有图形。 - symbol: "circle", //标记的图形为实心圆 - symbolSize: 10, //标记的大小 + symbol: "emptyCircle", //标记的图形为实心圆 + symbolSize: 5, //标记的大小 // itemStyle: { // color: "#058cff", // }, @@ -553,8 +553,8 @@ export default { type: "line", smooth: true, //平滑曲线显示 showAllSymbol: true, //显示所有图形。 - symbol: "circle", //标记的图形为实心圆 - symbolSize: 10, //标记的大小 + symbol: "emptyCircle", //标记的图形为实心圆 + symbolSize: 5, //标记的大小 // itemStyle: { // //折线拐点标志的样式 // color: "#058cff", @@ -572,8 +572,8 @@ export default { type: "line", smooth: true, //平滑曲线显示 showAllSymbol: true, //显示所有图形。 - symbol: "circle", //标记的图形为实心圆 - symbolSize: 10, //标记的大小 + symbol: "emptyCircle", //标记的图形为实心圆 + symbolSize: 5, //标记的大小 // itemStyle: { // //折线拐点标志的样式 // color: "#058cff", @@ -591,8 +591,8 @@ export default { type: "line", smooth: true, //平滑曲线显示 showAllSymbol: true, //显示所有图形。 - symbol: "circle", //标记的图形为实心圆 - symbolSize: 10, //标记的大小 + symbol: "emptyCircle", //标记的图形为实心圆 + symbolSize: 5, //标记的大小 // itemStyle: { // color: "#058cff", // },