new glowing capsule images

This commit is contained in:
Cindy Chang
2024-08-29 11:01:12 +08:00
parent ad568e57ad
commit 495fcf7b03
6 changed files with 29 additions and 85 deletions

View File

@@ -217,8 +217,8 @@ export default function cytoscapeMap(mapData, dataLayerType, dataLayerOption, cu
selector: 'edge[source = target]', // 選擇 self-loop 的邊
style: {
'loop-direction': '0deg', // 控制 loop 的方向
'loop-sweep': '-90deg', // 控制 loop 的弧度,這裡可以調整弧度以改變大小
'control-point-step-size': 70 // 控制 loop 的半徑大小,增加這個值可以增大 loop
'loop-sweep': '-60deg', // 控制 loop 的弧度,這裡可以調整弧度以改變大小
'control-point-step-size': 50 // 控制 loop 的半徑大小,增加這個值可以增大 loop
}
},
],