Merge branch 'master' of http://172.16.20.1:3000/duanhao/SocialNetworks_duan
This commit is contained in:
commit
e87927785d
|
|
@ -320,6 +320,10 @@ const initChart = async () => {
|
|||
name: item.userName,
|
||||
// 头像
|
||||
avatarData: item.avatarData,
|
||||
// 节点的默认圆形头像
|
||||
defaultAvatar: item.defaultAvatar,
|
||||
// 节点的高亮圆形头像
|
||||
activeAvatar: item.activeAvatar,
|
||||
// 粉丝量
|
||||
fans: item.fans,
|
||||
symbolSize: 40,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user