diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-04 16:44:38 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-05 13:23:57 +0200 |
| commit | ff5c984089c19467304dbec0b87b2aa019717b13 (patch) | |
| tree | 91a10398f03988516f44672078e3705b8d2555cb /src/client/view/helpers.js | |
| parent | d50ec127af2fe7c7276380e10fce00496580fd58 (diff) | |
initial graph_view introduction - mixing circle & force layouts
Diffstat (limited to 'src/client/view/helpers.js')
| -rw-r--r-- | src/client/view/helpers.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client/view/helpers.js b/src/client/view/helpers.js index ad11763a..f01f812f 100644 --- a/src/client/view/helpers.js +++ b/src/client/view/helpers.js @@ -31,9 +31,6 @@ function customColor(type) { case "chainlink": color = "#363636"; //dark-grey break; - case "bubble": - color = "rgba(255,255,255,0.2)"; // white, 0.2 opaque - break; default: console.log('bug: unknown type ' + type); color = '#d4d4d9'; //mid-light grey @@ -69,9 +66,6 @@ function customSize(type) { case "chainlink": size = 8; break; - case "bubble": - size = 180; - break; default: size = 9; break; |
