bdnnikki

Members
  • Content count

    2
  • Joined

  • Last visited

About bdnnikki

  • Rank
    Forum Newbie
  1. Multiple values for Counties

    Hey Everyone, I am very new to FusionMaps and what I am trying to do is to show multiple values for each county in a state. For instance, I might have two totals for one county ie: County1 = val1(4,321) + val2(5,432) - I then want to display both these values and then have the county change color to represent the higher value. So if the higher value is val2 I want the county to turn red. If the higher value is val2 - I want the county to be blue. Any suggestions??
  2. 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?