vis-network
vis-network copied to clipboard
selfReference 显示问题

"vis-data": "^7.1.2", "vis-network": "^9.0.4", chrome : 版本 92.0.4515.159(正式版本) (x86_64)
if (item.from == item.to) { let min = Math.ceil(20) let max = Math.floor(60) item.selfReference = { size: Math.floor(Math.random() * (max - min + 1)) + min, angle: Math.PI / 4, renderBehindTheNode: true, } }