summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-09-29 13:37:23 +0300
committerAlon Levy <alon@pobox.com>2014-09-29 13:37:23 +0300
commitc9b0d4955ce72e0f080a0dc4394e72fe6806cc5e (patch)
treeb452efdf597100729b17542e1a96b7d280194747
parent8461b01095284697deda2e755f91212356a09373 (diff)
rhizicore: add TODO to get rid of mouse click overlay rect
-rw-r--r--scripts/rhizicore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js
index 593121b7..981d47be 100644
--- a/scripts/rhizicore.js
+++ b/scripts/rhizicore.js
@@ -380,6 +380,7 @@ function myGraph(el) {
.call(zoomObject)
.append("g");
+ // TODO: why do we need this huge overlay (hugeness also not constant)
vis.append("rect")
.attr("class", "overlay graph")
.attr("width", $(el).innerWidth() * 12)