{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-fvue\\src\\components\\charts\\Column.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\src\\components\\charts\\Column.vue","mtime":1667327528903},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\babel.config.js","mtime":1667327525434},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\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('main_column');\n var myChart = echarts.init(chartDom);\n var option;\n option = {\n legend: {\n top: 'bottom',\n padding: 30\n },\n tooltip: {\n //此处配置鼠标移动对应区域时的黑色弹框\n trigger: 'item',\n formatter: function formatter(a) {\n return a.seriesName + '
' + a.marker + a.name + ' ' + a.data[a.seriesIndex + 1] + '个';\n }\n },\n dataset: {\n source: [['product', '计划开工项目', '已开工项目'], ['1月', 43, 21], ['2月', 83, 34], ['3月', 86, 0], ['4月', 86, 0], ['5月', 86, 0], ['6月', 86, 0], ['7月', 86, 0], ['8月', 86, 0], ['9月', 86, 0], ['10月', 86, 0], ['11月', 86, 0], ['12月', 86, 0]]\n },\n xAxis: {\n type: 'category',\n axisLabel: {\n fontSize: 14\n }\n },\n yAxis: {\n axisLabel: {\n fontSize: 16\n }\n },\n // Declare several bar series, each will be mapped\n // to a column of dataset.source by default.\n series: [{\n type: 'bar',\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: '#50c48f'\n }, {\n offset: 0.5,\n color: '#26ccd8'\n }, {\n offset: 0,\n color: '#3685fe'\n }])\n }\n }\n }, {\n type: 'bar',\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: '#71ae46'\n }, {\n offset: 0.5,\n color: '#96b744'\n }, {\n offset: 0,\n color: '#c4cc38'\n }])\n }\n }\n }]\n };\n option && myChart.setOption(option);\n }\n }\n};",null]}