NewSignature / us-map

An interactive map of the United States using Raphaël
BSD 2-Clause "Simplified" License
279 stars 184 forks source link

Change hover color of New England and small state label boxes? #63

Closed kjrhody closed 7 years ago

kjrhody commented 7 years ago

I noticed that changing the stateHoverStyles property will change the color of the actual state but not the color of the label box for the smaller northeastern states. Even specifying for the state (stateSpecificHoverStyles) does not work. Does anyone have suggestions for fixing this?

kcaran commented 7 years ago

I have a pull request to fix this:

https://github.com/kcaran/us-map

Example here: http://www.kcaran.com/us-map-example/

kjrhody commented 7 years ago

Thank you! The line that fixed it was by setting the fill property of labelBackingHoverStyles to the same color as stateHoverStyles.