guoshipeng
2023-04-12 53cded2eaabacb5b20a6493b42f24085cfefb1fc
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),
            },
          ],