12. My tooltip should have a "data-education" property that corresponds to the "data-education" of the active area.Tooltip's "data-education" property should be equal to the active area's "data-education" property: expected '15.9' to equal '18.1'
I’ve been at this for a while now, changing values between the data-education
attribute in my path
and in my tooltip
. I can freely swap between passing Test #7 and Test # 12, but I can’t get them both to pass at the same time.
The current iteration of my code was the last straw before I asked for help. I wrangled this code in ways that seem insane to me but I still can’t get the values to match…which is confusing because when Test #7 is passing, my tooltip
displays the correct value for the county I’m hovering…so I don’t know where these non-matching numbers are coming from.
I cannot wait to get through this D3 certification and I hope I never see it again as long as I live…determination and stubbornness are the only things keeping me going at this point…