|
@@ -94,7 +94,7 @@ function getOption() {
|
|
|
show: true,
|
|
|
lineStyle: {
|
|
|
color: 'rgba(100, 99, 99,.5)',
|
|
|
- type: 'dashed'
|
|
|
+ type: 'dashed'
|
|
|
}
|
|
|
},
|
|
|
axisLine: {
|
|
@@ -137,7 +137,7 @@ function getOption() {
|
|
|
color: "#1fb3f7",
|
|
|
borderColor: "#1fb3f7",
|
|
|
borderWidth: 1,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
tooltip: {
|
|
|
show: false
|
|
@@ -183,6 +183,6 @@ onMounted(() => {
|
|
|
.multiple-box {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|