markmarkoh / datamaps

Customizable SVG map visualizations for the web in a single Javascript file using D3.js
http://datamaps.github.io
MIT License
3.78k stars 1.01k forks source link

labels directly on the map #17

Closed babyfish closed 10 years ago

babyfish commented 11 years ago

hi ,how can i add labels directly on the map instead of displaying them as a tooltip?thx! image

markmarkoh commented 11 years ago

Hey, Datamaps currently doesn't support that. I've been thinking of a way to implement it (it gets tricky for New England), just haven't taken the time to do it yet.

juliocastrop commented 10 years ago

Hi, I noticed you implemented the labels function :) I tested it and it's working nice! the only issue is that is not supported on IE, any thoughts?

Thanks again for your great work on this plugin.

markmarkoh commented 10 years ago

Hm, it should have worked with the latest IEs. Just cancelled my browserstack subscription, let me fire that back up and see if I can figure out why it's not working.

markmarkoh commented 10 years ago

@juliocastrop Issue should be fixed in IE9 now.