【发布时间】:2020-05-31 08:24:55
【问题描述】:
var vertex = graph.createVertex(null, null, value, x, y, width, height, style);
cell = graph.addCell(vertex, null);
edge = graph.createEdge(null, null, '', parent, cell, graph.createCurrentEdgeStyle());
edge = graph.addEdge(edge, null, parent, cell);
我如何告诉这个edge 连接到目标单元格的left-side-mid-height?parent 和cell 是vertex 的
【问题讨论】:
标签: mxgraph