diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-18 20:03:24 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-18 21:06:53 +1000 |
| commit | eaaa97c186a2f8e2ba0768bd208120c0054ec0d3 (patch) | |
| tree | 083850cb6a7d62293a144f037dd5f8f699ed3716 /src | |
| parent | 992853eeac9ace9f6eb4332516a8ba6ff7545deb (diff) | |
For dbpedia data, prioritise manual conflict resolutions
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |
