kieler/klayjs

layouter's `error` callback function must be specified

Closed this issue · 0 comments

klay.layout({
      graph: graph,
      options: layoutOpts,
      success(g) { },
      error(e) { }
    });

The error function should be optional. Currently, not specifying it results in an error. The issue must be fixed in the java code.