浏览代码

提交图表的代码

Lijy 11 月之前
父节点
当前提交
9b23c3fdb2
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/echartsData.js

+ 0 - 7
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/echartsData.js

@@ -38,12 +38,6 @@ export function getGroupConsumption(nameList = [], actualPlan = [], actualSupple
           formatter: "{value} (h)",
         },
       },
-      {
-        type: "value",
-        axisLabel: {
-          formatter: "{value} (h)",
-        },
-      },
     ],
     series: [
       {
@@ -73,7 +67,6 @@ export function getGroupConsumption(nameList = [], actualPlan = [], actualSupple
       {
         name: "汇总",
         type: "line",
-        yAxisIndex: 1,
         lineStyle: {
           normal: {
             width: 3,