We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1ac54 commit 619e3d2Copy full SHA for 619e3d2
rust/cubesql/cubesql/egraph-debug-template/src/index.js
@@ -66,8 +66,8 @@ function layout(
66
) {
67
const defaultOptions = {
68
'elk.algorithm': 'layered',
69
- 'elk.layered.spacing.nodeNodeBetweenLayers': 100,
70
- 'elk.spacing.nodeNode': 80,
+ 'elk.layered.spacing.nodeNodeBetweenLayers': '100',
+ 'elk.spacing.nodeNode': '80',
71
'org.eclipse.elk.hierarchyHandling': 'INCLUDE_CHILDREN',
72
'elk.direction': 'DOWN',
73
};
0 commit comments