{"remainingRequest":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xypm-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xypm-web\\src\\components\\charts\\ColumnarChart.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xypm-web\\src\\components\\charts\\ColumnarChart.vue","mtime":1675214576448},{"path":"D:\\jenkins\\workspace\\xypm-web\\babel.config.js","mtime":1675214572901},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import _defineProperty from \"D:/jenkins/workspace/xypm-web/node_modules/@babel/runtime/helpers/esm/defineProperty.js\";\n//\n//\n//\n//\n//\n//\nimport * as echarts from 'echarts';\nexport default {\n  mounted: function mounted() {\n    this.draw();\n  },\n  methods: {\n    draw: function draw() {\n      var chartDom = document.getElementById('mainColumn');\n      var myChart = echarts.init(chartDom);\n      var option;\n      option = {\n        legend: {\n          top: 'bottom',\n          padding: 30,\n          data: ['年度投资', '计划投资']\n        },\n        tooltip: _defineProperty({\n          trigger: 'axis',\n          axisPointer: {\n            type: 'cross',\n            crossStyle: {\n              color: '#999'\n            }\n          }\n        }, \"trigger\", 'axis'),\n        xAxis: [{\n          type: 'category',\n          data: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],\n          axisPointer: {\n            type: 'shadow'\n          },\n          axisLabel: {\n            fontSize: 14\n          }\n        }],\n        yAxis: [{\n          type: 'value',\n          min: 0,\n          max: '1200',\n          axisLabel: {\n            formatter: '{value}',\n            fontSize: 16\n          }\n        }, {\n          type: 'value',\n          min: 0,\n          max: '1200',\n          axisLabel: {\n            formatter: '{value}',\n            fontSize: 16\n          }\n        }],\n        series: [{\n          name: '年度投资',\n          type: 'bar',\n          tooltip: {\n            valueFormatter: function valueFormatter(value) {\n              return value + '万元';\n            }\n          },\n          emphasis: {\n            itemStyle: {\n              shadowBlur: 10,\n              shadowColor: 'rgba(0,0,0,0.3)'\n            }\n          },\n          itemStyle: {\n            normal: {\n              barBorderRadius: [10, 10, 0, 0],\n              color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{\n                offset: 1,\n                color: '#63b2ee'\n              }, {\n                offset: 0.5,\n                color: '#76da91'\n              }, {\n                offset: 0,\n                color: '#f8cb7f'\n              }])\n            }\n          },\n          data: [730.2984, 256.4447, 220, 340, 429, 791, 652, 452, 323, 255, 671, 303]\n        }, {\n          name: '计划投资',\n          type: 'line',\n          yAxisIndex: 1,\n          // smooth: true,\n          tooltip: {\n            valueFormatter: function valueFormatter(value) {\n              return value + '万元';\n            }\n          },\n          itemStyle: {\n            normal: {\n              color: '#f89588'\n            }\n          },\n          data: [830.2984, 286.4447, 320, 340, 429, 791, 652, 452, 623, 255, 771, 403]\n        }]\n      };\n      option && myChart.setOption(option);\n    }\n  }\n};",null]}