Browse Source

添加测试单位

callm 9 months ago
parent
commit
b4796ad069

+ 2 - 1
src/components/labechart/right1chart/index.vue

@@ -65,7 +65,8 @@ export default {
             {
               type: 'value',
               axisLabel: {
-                fontSize: 16
+                fontSize: 16,
+                formatter: '{value}伏',
               },
               splitLine: {
                 show: true,

+ 3 - 1
src/components/labechart/right2chart/index.vue

@@ -64,8 +64,10 @@ export default {
           yAxis: [
             {
               type: 'value',
+              name: '量程',
               axisLabel: {
-                fontSize: 16
+                fontSize: 16,
+                formatter: '{value}',
               },
               splitLine: {
                 show: true,