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

Hovering over District of Columbia #133

Closed mg1075 closed 9 years ago

mg1075 commented 10 years ago

I am not able to get any hover indication when hovering over the District of Columbia. For example, try hovering over the election map on the datamaps site: http://datamaps.github.io/

Is this just standard behavior, because DC is so small?

Should the State abbreviation labels also be able to trigger a popup, so one can determine any values associated with DC?

mg1075 commented 10 years ago

One way to address this issue is to implement pan and zoom as described here:

https://github.com/markmarkoh/datamaps/pull/122#issuecomment-57059238

markmarkoh commented 9 years ago

I believe #169 is addressing the state abbreviation hover.

Since DC is so small, it would be nearly impossible to offer a hit state big enough unless the map is zoomed in.