Commit 2a5edefb authored by Jehan Tremback's avatar Jehan Tremback

put pointers into same container

parent ab6b5703
......@@ -24,7 +24,7 @@ class App
offset: offset
heatmap.subscribe 'updated', =>
tabs = d3.select(annotator.element[0])
tabs = d3.select('#heatmap-container')
.selectAll('div.heatmap-pointer')
.data =>
buckets = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment