{"remainingRequest":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xypm-web\\node_modules\\@jiaminghi\\data-view\\lib\\components\\conicalColumnChart\\src\\main.vue?vue&type=template&id=7c00d6fd&","dependencies":[{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\@jiaminghi\\data-view\\lib\\components\\conicalColumnChart\\src\\main.vue","mtime":499162500000},{"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\\loaders\\templateLoader.js","mtime":499162500000},{"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":["\n<div class=\"dv-conical-column-chart\" :ref=\"ref\">\n  <svg :width=\"width\" :height=\"height\">\n    <g\n      v-for=\"(item, i) in column\"\n      :key=\"i\"\n    >\n      <path\n        :d=\"item.d\"\n        :fill=\"mergedConfig.columnColor\"\n      />\n      <text\n        :style=\"`fontSize:${mergedConfig.fontSize}px`\"\n        :fill=\"mergedConfig.textColor\"\n        :x=\"item.x\"\n        :y=\"height - 4\"\n      >\n        {{ item.name }}\n      </text>\n      <image\n        v-if=\"mergedConfig.img.length\"\n        :xlink:href=\"mergedConfig.img[i % mergedConfig.img.length]\"\n        :width=\"mergedConfig.imgSideLength\"\n        :height=\"mergedConfig.imgSideLength\"\n        :x=\"item.x - mergedConfig.imgSideLength / 2\"\n        :y=\"item.y - mergedConfig.imgSideLength\"\n      />\n      <text\n        v-if=\"mergedConfig.showValue\"\n        :style=\"`fontSize:${mergedConfig.fontSize}px`\"\n        :fill=\"mergedConfig.textColor\"\n        :x=\"item.x\"\n        :y=\"item.textY\"\n      >\n        {{ item.value }}\n      </text>\n    </g>\n  </svg>\n</div>\n",null]}