From c9b0d4955ce72e0f080a0dc4394e72fe6806cc5e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 29 Sep 2014 13:37:23 +0300 Subject: rhizicore: add TODO to get rid of mouse click overlay rect --- scripts/rhizicore.js | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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) -- cgit v1.3.1