File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " egraph-visualizer" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/egraphs-good/egraph-visualizer.git"
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ const rootLayoutOptions = {
15
15
"elk.algorithm" : "layered" ,
16
16
"elk.direction" : "DOWN" ,
17
17
// This seems to result in a more compact layout
18
- "elk.layered.nodePlacement.strategy" : "NETWORK_SIMPLEX" ,
18
+ // disable to stop stack size error
19
+ // https://github.com/kieler/elkjs/issues/314
20
+ // "elk.layered.nodePlacement.strategy": "NETWORK_SIMPLEX",
19
21
"elk.layered.mergeEdges" : "true" ,
20
22
21
23
// Can you use spline routing instead which generates non orthogonal edges
You can’t perform that action at this time.
0 commit comments