optimize the viewer

This commit is contained in:
huoyo 2022-05-01 12:20:44 +08:00
parent 13ea461168
commit 989f299278

View File

@ -175,7 +175,11 @@
"id":clickNodeId+"ana",
"from":clickNodeId,
"title":{'name':"入参组合分析"},
"data":datas
"data":datas,
'style':{
'data-font-size':'10px',
'title-font-size':'12px'
}
}
graph.createNode(paramGraphData,e.x+150,e.y-30);
methodParamMap.set(clickNodeId+"ana","")