layouter's `error` callback function must be specified
Closed this issue · 0 comments
uruuru commented
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.