From 09a4d66a1cca1bd56fcdafe9d782d1fff98f41f8 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 27 Mar 2022 21:01:03 +1100 Subject: Allow rectSepLeaves to both start and end --- 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 d93e327..e875413 100644 --- a/src/App.vue +++ b/src/App.vue @@ -45,7 +45,7 @@ const defaultLayoutOptions: LayoutOptions = { maxTileSz: 200, //px layoutType: 'sweep', //'sqr' | 'rect' | 'sweep' rectMode: 'auto first-row', //'horz' | 'vert' | 'linear' | 'auto' | 'auto first-row' - rectSepLeaves: true, + rectSepLeaves: 'none', //'none' | 'start' | 'end' sweepMode: 'left', //'left' | 'top' | 'shorter' | 'auto' sweptNodesPrio: 'pow-2/3', //'linear' | 'sqrt' | 'pow-2/3' sweepingToParent: true, -- cgit v1.2.3