图表组件
This commit is contained in:
@@ -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}`"
|
||||
|
||||
Reference in New Issue
Block a user