diff options
| author | Alon Levy <alon@pobox.com> | 2015-07-26 00:26:22 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-07-26 00:26:22 +0300 |
| commit | 3ba06916b8122a6613412032056af50cb5c1fb43 (patch) | |
| tree | 75324b1e0d540b347d54672b9dca3965466a7dad /src/client | |
| parent | d771544e9b3d3a96b160342062d1ebdbc7337c4f (diff) | |
client: add a user layout
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/view/layouts.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/view/layouts.js b/src/client/view/layouts.js index 30c5f804..76422c0b 100644 --- a/src/client/view/layouts.js +++ b/src/client/view/layouts.js @@ -422,6 +422,11 @@ function(consts, $, d3, _) { clazz: 'btn_layout_d3_force' }, { + name: 'User', + create: named('user', layout__d3_force__link_distance), + clazz: 'btn_layout_d3_force' + }, + { name: 'Ring', create: named('ring', layout__concentric), clazz: 'btn_layout_concentric' |
