diff options
author | n-peugnet <n.peugnet@free.fr> | 2020-03-23 15:13:09 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2020-03-23 15:13:09 +0100 |
commit | 86d0185d570dbc896f9f438c12e133e8cdd83940 (patch) | |
tree | 8b8eb455a4b04b2843714e39ca7b9eeecf9baff3 /app/class | |
parent | 3962156bc8187d3752bbbdbaa06f7a23db38d354 (diff) | |
download | wcms-86d0185d570dbc896f9f438c12e133e8cdd83940.tar.gz wcms-86d0185d570dbc896f9f438c12e133e8cdd83940.zip |
feat(graph): better layout with cose-bilkent
Diffstat (limited to 'app/class')
-rw-r--r-- | app/class/Modelhome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Modelhome.php b/app/class/Modelhome.php index f4b4a56..343a879 100644 --- a/app/class/Modelhome.php +++ b/app/class/Modelhome.php @@ -156,7 +156,7 @@ class Modelhome extends Modelpage } $datas['elements'] = array_merge($nodes, $edges); - $datas['layout']['name'] = 'random'; + $datas['layout']['name'] = 'cose-bilkent'; $datas['style'] = [ [ 'selector' => 'node', |