bdnnikki Report post Posted October 15, 2009 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?? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 19, 2009 (edited) Hi, It is possible to show the sum(like County1 = val1(4,321) + val2(5,432)) as displayValue in FusionMaps. Ref:-http://www.fusioncharts.com/maps/docs/Contents/XMLEntity.html The changing of color of the country according to the highest value is also possible. But for this you need to write a custom code in your XML code that will handle the input value and will assign it to the 'value' attribute in order to show the color change as per your requirement. Hope this helps. Edited October 19, 2009 by Guest Share this post Link to post Share on other sites