kartograph / kartograph.js

UNMAINTAINED Open source JavaScript renderer for Kartograph SVG maps
http://kartograph.org
GNU Lesser General Public License v3.0
1.51k stars 228 forks source link

How does the tooltip works ? #48

Closed pachevalier closed 11 years ago

pachevalier commented 11 years ago

I've tried to reproduce the choropleth map example on my desktop (http://kartograph.org/showcase/choropleth/). it works but the tooltips don't. Do you have any idea why ?

Here is my gist : https://gist.github.com/blaquans/5849140

gka commented 11 years ago

It seems like the tooltips are not working with recent versions of jquery. When I pulled this code together I was using jQuery 1.6.4. Changing it to 1.9 or 1.10 the tooltips fail.

http://jsfiddle.net/vis4/hPFAW/

gka commented 11 years ago

It works if you're using the most recent version of jquery.qtip with jquery 1.10:

http://jsfiddle.net/vis4/hPFAW/1/