From 9b673fb28dd7c3bba140feb31bcb4b1aee5027fa Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Wed, 09 Aug 2023 11:23:27 +0800
Subject: [PATCH] fix:地址修改
---
src/components/Echarts/LineChartSpe.vue | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/components/Echarts/LineChartSpe.vue b/src/components/Echarts/LineChartSpe.vue
index eca1e94..0adc342 100644
--- a/src/components/Echarts/LineChartSpe.vue
+++ b/src/components/Echarts/LineChartSpe.vue
@@ -86,13 +86,14 @@
axisTick: {
show: true,
},
+
},
grid: {
left: 100,
right: 10,
bottom: 20,
top: 30,
- height: fontSize(3.5),
+ height: fontSize(4),
width: fontSize(15),
containLabel: true,
},
@@ -128,7 +129,6 @@
yAxis: [
{
-
type: 'value',
position: 'left',
axisLabel: {
@@ -136,7 +136,6 @@
},
},
{
-
type: 'value',
position: 'right',
axisLabel: {
@@ -144,7 +143,6 @@
},
},
{
-
type: 'value',
position: 'right',
offset: 50,
@@ -166,7 +164,6 @@
minInterval: 0.1, //������������
},
{
-
type: 'value',
position: 'left',
axisLabel: {
@@ -192,7 +189,7 @@
{
start: 0,
end: 10,
- top: fontSize(4),
+ top: fontSize(4.5),
height: fontSize(0.4),
},
],
--
Gitblit v1.8.0