vaemusic / datav-vue3

datav Vue3+TS+Vite版
https://datav-vue3.netlify.app
MIT License
510 stars 71 forks source link

请教dv-capsule-chart数据源为空问题 #24

Closed aierong closed 1 year ago

aierong commented 1 year ago

<dv-capsule-chart :config="config" style="width:100%;height:15rem"/>

const config = reactive( { data : [ { name : '南阳' , value : 167 } , { name : '周口' , value : 123 } , { name : '漯河' , value : 98 } ,

] ,
showValue : true ,
unit : '万元'

} )

function click1 () { config.data = []; }

我单击赋值空数组,好像页面无反应

vaemusic commented 1 year ago

已经在 1.4.0 版本中更新了。

aierong commented 1 year ago

牛逼,大佬,这么快解决!赞