浏览代码

单位去掉

Karsa 2 年之前
父节点
当前提交
8cce58723c
共有 1 个文件被更改,包括 10 次插入5 次删除
  1. 10 5
      src/views/chartShow/index.vue

+ 10 - 5
src/views/chartShow/index.vue

@@ -181,7 +181,8 @@ export default defineComponent({
             },
           },
           title: {
-            text: sameSideIndex !== index ? '' : `单位:${item.Unit}`,
+            // text: sameSideIndex !== index ? '' : `单位:${item.Unit}`,
+            text: null,
             align: 'high',
             rotation: 0,
             y: -15,
@@ -337,7 +338,8 @@ export default defineComponent({
               x: -5,
             },
             title: {
-              text:  `单位:${chartData.Unit}`,
+              // text:  `单位:${chartData.Unit}`,
+              text: null,
               align: 'high',
               rotation: 0,
               y: -15,
@@ -388,7 +390,8 @@ export default defineComponent({
               x: -5,
             },
             title: {
-              text:  `单位:${chartData.Unit}`,
+              // text:  `单位:${chartData.Unit}`,
+              text: null,
               align: 'high',
               rotation: 0,
               y: -15,
@@ -526,7 +529,8 @@ export default defineComponent({
       //y轴
       let yAxis = {
         title: {
-          text:  `单位:${dataList[1].Unit}`,
+          // text:  `单位:${dataList[1].Unit}`,
+          text: null,
           align: 'high',
           rotation: 0,
           y: -5,
@@ -578,7 +582,8 @@ export default defineComponent({
         xAxis: {
           ...scatterXAxis,
           title: {
-            text:  `单位:${dataList[0].Unit}`,
+            // text:  `单位:${dataList[0].Unit}`,
+            text: null,
             align: 'high',
             rotation: 0,
             x: 0,