Chris
Chris
Following code will throw an exception: conn.getOverlay("label").setLabel(undefined); conn.getOverlay("label").setLabel("I told you that"); The problem is that the setLabel method attempts to call a `replace` method on a passed parameter, and it...
A transparent outline is a great tool for catching clicks for narrow lines. However, it does not work well if dashstyle is specified. 
Following up report from jsplumb/community-edition#876: JsFiddle http://jsfiddle.net/43px586b/11/