fix: dotted solid edge style bug
This commit is contained in:
@@ -192,7 +192,7 @@ export default function cytoscapeMap(mapData, dataLayerType, dataLayerOption, cu
|
||||
'color': 'gray', //#0066cc
|
||||
//'control-point-step-size':100, // 從點到點的垂直線,指定貝茲取線邊緣間的距離
|
||||
'width': 'data(lineWidth)',
|
||||
'line-style': 'data(style)',
|
||||
'line-style': 'data(edgeStyle)',
|
||||
"text-margin-y": "0.7rem",
|
||||
//"text-rotation": "autorotate",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user