I am trying to use a bisector graph with unix timestamps and his Answer
Multiseries line chart with mouseover tooltip
I am fiddling for some hours now, and don't seem to get why it doesn't work. The bisector always cries about
d3.v3.min.js:1 Uncaught TypeError: Cannot read property 'length' of undefined
although I am using:
dataset.forEach(function(d) {
d.date = new Date(d.time);
d.close = +d.close;
});
I have put everything together i a standalone pastebin. Excuse the formatting please. I'd be extremely glad if someone points out the mistake I have done. http://pastebin.com/ycDjYTUW