Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

D3.js tipsy tooltips

Is D3.js able to supprt tipsy tooltip? Can someone show me an example if possible. thanks.

like image 603
Dane Avatar asked Aug 21 '11 03:08

Dane


2 Answers

Here is a working example:

D3 tooltip using jQuery tipsy

enter image description here

like image 85
Ilya Boyandin Avatar answered Oct 25 '22 01:10

Ilya Boyandin


There is a forked version of tipsy created by Justin Donaldson that just got out. Look for it here. I haven't tested it but it might be what you need.

like image 41
Ricardo Marimon Avatar answered Oct 24 '22 23:10

Ricardo Marimon