From eaaa97c186a2f8e2ba0768bd208120c0054ec0d3 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 18 May 2022 20:03:24 +1000 Subject: For dbpedia data, prioritise manual conflict resolutions --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index 988309e..79743ac 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,7 +53,7 @@ const defaultLytOpts: LayoutOptions = { layoutType: 'sweep', //'sqr' | 'rect' | 'sweep' rectMode: 'auto first-row', //'horz' | 'vert' | 'linear' | 'auto' | 'auto first-row' sweepMode: 'left', //'left' | 'top' | 'shorter' | 'auto' - sweptNodesPrio: 'pow-2/3', //'linear' | 'sqrt' | 'pow-2/3' + sweptNodesPrio: 'linear', //'linear' | 'sqrt' | 'pow-2/3' sweepToParent: true, }; const defaultUiOpts = { -- cgit v1.2.3