{"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\\ColumnPieChart.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\src\\components\\charts\\ColumnPieChart.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":["//\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('mainCloumPie');\n var myChart = echarts.init(chartDom);\n var option;\n option = {\n angleAxis: {},\n radiusAxis: {\n type: 'category',\n // data: ['市政设施', '楼宇厂房', '道路建设', '征地拆迁', '生态环保', '公共服务配套', '政权建设'],\n z: 10\n },\n polar: {},\n series: [{\n type: 'bar',\n data: [1, 2, 3, 4, 5, 6, 7],\n coordinateSystem: 'polar',\n name: '市政设施',\n stack: 'a',\n emphasis: {\n focus: 'series'\n }\n }, {\n type: 'bar',\n data: [5, 2, 3, 3, 5, 6, 7],\n coordinateSystem: 'polar',\n name: '楼宇厂房',\n stack: 'a',\n emphasis: {\n focus: 'series'\n }\n }, {\n type: 'bar',\n data: [1, 2, 7, 4, 5, 6, 2],\n coordinateSystem: 'polar',\n name: '道路建设',\n stack: 'a',\n emphasis: {\n focus: 'series'\n }\n }, {\n type: 'bar',\n data: [1, 2, 7, 4, 5, 6, 2],\n coordinateSystem: 'polar',\n name: '征地拆迁',\n stack: 'a',\n emphasis: {\n focus: 'series'\n }\n }, {\n type: 'bar',\n data: [1, 2, 7, 4, 5, 6, 2],\n coordinateSystem: 'polar',\n name: '生态环保',\n stack: 'a',\n emphasis: {\n focus: 'series'\n }\n }, {\n type: 'bar',\n data: [1, 2, 7, 4, 5, 6, 2],\n coordinateSystem: 'polar',\n name: '公共服务配套',\n stack: 'a',\n emphasis: {\n focus: 'series'\n }\n }, {\n type: 'bar',\n data: [1, 2, 7, 4, 5, 6, 2],\n coordinateSystem: 'polar',\n name: '政权建设',\n stack: 'a',\n emphasis: {\n focus: 'series'\n }\n }],\n legend: {\n show: true,\n data: ['市政设施', '楼宇厂房', '道路建设', '征地拆迁', '生态环保', '公共服务配套', '政权建设'],\n top: 'bottom',\n padding: 0\n }\n };\n option && myChart.setOption(option);\n }\n }\n};",null]}