14
I have the following map:
When the customer hovers the mouse over a state, it has to change color. I thought to do several Ivs, to assemble the map. Only this will generate a problem, as the Divs are square, you will have to pass the mouse right in the center of the state.
Is there any other alternative?
Is every gray state an image? Just put one
hover
in the image, no? .__.– Felipe Avelar
Depending on your use, you can use fusioncharts-> http://www.fusioncharts.com/charts/fusionmaps/? map=Brazil
– Tafarel_Brayan
Maybe do in SVG, or in the most laborious and old-fashioned way.. which is to map all states and then create an Hover/image exchange effect.
– Ricardo
I created a Jqvmap plugin directive in Jquery for Angularjs github link
– user50377