rufuspollock-okfn / bubbletree

Radial Bubble Tree Visualization
http://okfnlabs.org/bubbletree
152 stars 69 forks source link

Tooltip problem #28

Closed greales closed 8 years ago

greales commented 10 years ago

Hi All,

i'm new in this environment and trying to make a icon and Tooltip text combination when hovered. below is the sample link that i'm working on

http://ejeepney.org/adaptracker/bubbletree-master/sample-other-2.html

would it be possible to have a text popping when you hover your mouse on one of the SVG icon? with my current setup. something like this http://wheredoesmymoneygo.org/bubbletree-map.html#/~/total/running-the-country--social-systems/transport

if you can point me to the right direction that would be a great help.

many thanks

greales commented 10 years ago

Hi, any ideas yet here?

Thanks in advance

akshayakrsh commented 10 years ago

Facing the same issue, I investigated the js file and added a tooltip property in the bubble tree config which is a function that returns a string but still no luck!

Can someone please explain, how can I add a tootltip on a node?

DavidLemayian commented 10 years ago

Hi @greales. Have you tried to add the tooltip as shown here: https://github.com/openspending/satellite-template/blob/gh-pages/bubbletree-map.html#L55 ?

greales commented 10 years ago

Hi David,

Already tried that and nothing happens. I'm no programmer but if you can guide me step by step on how to have a toolkit with icon combination with the current setup i have. That is much appreciated.

Thanks in advance...

pwalsh commented 8 years ago

Dup of #31