Browse Source

提交图表的代码

Lijy 11 months ago
parent
commit
9b23c3fdb2

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

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