Hacker News new | ask | show | jobs
by nateweiss 4481 days ago
Cool, thanks. I have already played around a bit with adding some hover effects etc, which is indeed straightforward since I can just use a plain old selector as you mention, etc.

I need to mess around to see if there is a straightforward way I could get a reference to the underlying data item (the row in the .csv for many of your examples, etc) from the context of a callback that fires on say $('bar').hover() or what have you. Will look into it.

Anyway thanks for answering, and nice work.