Closed FRodrigues21 closed 7 years ago
I don't see anything obviously wrong with the code.
Have you tried it in another browser?
Can you check if the html is correct as in the screenshot?
Can you try setting a breakpoint on the tooltip()
function or even inside the tooltip in the library?
The event does trigger and the html is being generated like the ss and I can even see it change on hoover, it's just the tooltip that doesn't appear :/ Well the problem is definitely on my side.
Thanks anyway.
Sorry to hear that! Did you set some CSS? https://github.com/codesuki/react-d3-components/blob/master/example/style.css#L87-L95 Maybe the tool tip is just invisible.
@codesuki Ahah that was exactly the problem xD Solved, thanks for the help and for developing the components.
Good! Thank you :)
Hello, I'm trying to create a BarChart with tooltip activate but it isn't working for some reason.
The Barchart appears but the tooltip doesn't show on bar hoover. Here is the code:
Do I need to link some .js on the index.html or something!??!
Thanks in advance.