2

我有一个非常简单的块布局,请参见此处:http: //i.stack.imgur.com/vzh5b.png。我想知道是否可以指示 jsPlumb 以更优雅的方式绘制连接。离开分叉节点的连接可以更好地传播。我希望看到底部的两个连接遵循与顶部两个类似的路径。加入节点也是如此。

这可能吗?

这是我当前对连接器的定义:

var stateMachineConnector = {
    connector : [ "Flowchart", {
        stub : [ 20, 20 ],
        cornerRadius : 5,
        gap : 2
    } ],
    paintStyle : {
        lineWidth : 2,
        strokeStyle : "#777"
    },
    hoverPaintStyle : {
        strokeStyle : "#dbe300"
    },
    endpoint : "Blank",
    anchor : "Continuous",
    maxConnections : 1,
    overlays : [ [ "PlainArrow", {
        location : 1,
        width : 12,
        length : 12
    } ] ]
};

非常感谢!

米歇尔

4

0 回答 0