图表组件

This commit is contained in:
yanran200730
2023-03-09 18:01:14 +08:00
parent b30ce1c9a2
commit cef67555bf
4 changed files with 314 additions and 42 deletions

View File

@@ -15,7 +15,7 @@
:key="data.height"
:theme="theme"
:style="{height: data.height + 'px', width: '100%'}"/>
<ai-echart v-else-if="/Chart/.test(data.type)"
<ai-echart-v2 v-else-if="/Chart/.test(data.type)"
style="height: 100%; width: 100%;"
:ref="'chart' + index"
:key="`chart${index}`"