diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-30 19:19:04 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-05 13:23:57 +0200 |
| commit | d50ec127af2fe7c7276380e10fce00496580fd58 (patch) | |
| tree | d8178438c8f463b50201895a12dbf57733e28ed5 /src/client/rz_core.js | |
| parent | e31860843d2838a1a6c42c8545f497e9f4577ba2 (diff) | |
wip textanalysis broken. it creates extra nodes. state variable overloading for nodes/links not helping. thinking of graph trees
Diffstat (limited to 'src/client/rz_core.js')
| -rw-r--r-- | src/client/rz_core.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/rz_core.js b/src/client/rz_core.js index 85a58e93..36d8058e 100644 --- a/src/client/rz_core.js +++ b/src/client/rz_core.js @@ -378,6 +378,8 @@ function update_view__graph(relayout) { selected_link_group = document.querySelector('#selected-link-group'), relayout = relayout || true; + //return; + link = vis.selectAll("g.link") .data(graph.links(), function(d) { return d.id; }); |
