How to highlight several countries using Google Chart API by country code? -


i have simple request selects country on map code (e.g. fr france) in google chart:

http://chart.apis.google.com/chart?&cht=t&chs=440x220&chtm=europe&chco=f5f5f5,edf0d4,6c9642,13390a&chld=fr&chd=s:fr

i know can extended selecting several countries cannot construct proper request. can give example of how (e.g. highlighting fr , it)?

i think got syntax more or less:

http://chart.apis.google.com/chart?&cht=t&chs=440x220&chtm=europe&chco=f5f5f5,edf0d4,6c9642,13390a&chld=fr|it|cz|de&chd=s:afhx

so 1 should use "|" separate countries , provide enough color using alphanumeric encoding (1 char per country)


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -