{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\common\\Chart.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\common\\Chart.vue","mtime":1675071991631},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\nimport echarts from \"echarts\";\nexport default {\n props: {\n option: {\n type: Object,\n default: function _default() {}\n },\n chartId: {\n type: String,\n default: 'chart-id'\n },\n chartStyle: {\n type: String,\n default: 'width:100%;height:360px'\n }\n },\n data: function data() {\n return {\n style: this.chartStyle\n };\n },\n watch: {\n option: {\n handler: function handler(newVal, oldVal) {\n this.initChart();\n },\n deep: true\n }\n },\n mounted: function mounted() {\n this.initChart();\n },\n methods: {\n initChart: function initChart() {\n var chart = echarts.init(document.getElementById(this.chartId));\n chart.setOption(this.option);\n }\n }\n};",null]}