0822
This commit is contained in:
@ -202,8 +202,9 @@ const generatePieOption = (data) => {
|
||||
{
|
||||
name: '合同数量',
|
||||
type: 'pie',
|
||||
radius: ['45%', '65%'],
|
||||
center: ['50%', '60%'],
|
||||
|
||||
radius: ['30%', '60%'],
|
||||
center: ['30%', '60%'],
|
||||
data: [], // 空数据,避免显示圆环
|
||||
itemStyle: { borderColor: '#000', borderWidth: 1 },
|
||||
// 中心显示“加载中”提示
|
||||
|
||||
Reference in New Issue
Block a user