What I am trying to do is incorporate two data sets for each county on my state map.
The action that I am trying to produce is when a user hovers over a county, I want two sets of data to appear
For example
When someone hovers over county1 I want it to say (Yes - 2,456)(No - 4,567) and then I want to have something on the bottom of the map that says yes (in red) and no (in green) and whatever number is higher in the data set above, I want it to turn that color - so in this case, county1 would be green. Any suggestions?