feat: 新增柱状图图表

This commit is contained in:
mtruning
2022-01-25 22:29:44 +08:00
parent 49fb0e1113
commit 62f012f2e9
4 changed files with 59 additions and 12 deletions
@@ -14,7 +14,7 @@
<EditRange>
<!-- 组件名称会重复必须使用 id -->
<div v-for="item in chartEditStore.getComponentList" :key="item.id">
<component :is="item.key" />
<component :is="item.key" :chartData="item"/>
</div>
</EditRange>
</div>