Chris

Results 43 issues of 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. ![screen shot 2017-09-28 at 08 43 05](https://user-images.githubusercontent.com/1265262/30952681-28fba1ec-a429-11e7-82b9-5cb9f16ac6da.png)

Following up report from jsplumb/community-edition#876: JsFiddle http://jsfiddle.net/43px586b/11/