Hi.
I’m try to finish Visualize Data with a Bar Chart and I’m failling the last test on tooltip(13# My tooltip should have a “data-date” property that corresponds to the “data-date” of the active area), and I got undefined on the tooltip representation.
Hi @Alincos. Welcome to FCC. According to d3.js documentation, the first argument to your mouseover event handler is the event and second argument is the datum. If you want to access the data use i instead of d like: