diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-29 13:37:23 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-29 13:37:23 +0300 |
| commit | c9b0d4955ce72e0f080a0dc4394e72fe6806cc5e (patch) | |
| tree | b452efdf597100729b17542e1a96b7d280194747 /scripts | |
| parent | 8461b01095284697deda2e755f91212356a09373 (diff) | |
rhizicore: add TODO to get rid of mouse click overlay rect
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rhizicore.js | 1 |
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) |
