用el-progress进度条组件当饼图用
2022-07-01 本文已影响0人
Frank_Fang
巧用el-progress组件当pie chart用。
<el-progress type="circle" :percentage="25" :width="100" :stroke-width="50" stroke-linecap="butt" :show-text="false" color="#d04a02"></el-progress>
![](https://img.haomeiwen.com/i13647696/808587817c845bce.png)
巧用el-progress组件当pie chart用。
<el-progress type="circle" :percentage="25" :width="100" :stroke-width="50" stroke-linecap="butt" :show-text="false" color="#d04a02"></el-progress>