Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created August 1, 2012 14:17
Show Gist options
  • Save wboykinm/3227206 to your computer and use it in GitHub Desktop.
Save wboykinm/3227206 to your computer and use it in GitHub Desktop.
poll chart tooltip
<strong>{{{Country}}}</strong><br/>
Total # of Respondents: <b>{{{total}}}</b><img src="http://chart.apis.google.com/chart?chf=bg,s,67676700&chs=60x40&cht=gm&chd=t:{{{total}}}" width="60" height="40" alt="" /><br/>
******************************<br/>
<img src="http://chart.apis.google.com/chart?chf=bg,s,67676700&chs=230x220&cht=p&chco=A6CEE3|1F78B4|B2DF8A|33A02C&chd=t:{{{esriprime}}},{{{fossprime}}},{{{googleprime}}},{{{otherprime}}}&chdl=ESRI|FOSS4G|Google|Other&chdlp=b&chtt=Most-Used+Geo+Platform" width="230" height="220" alt="Most-Used Geo Platform" /><br/>
<br/>
<img src="http://chart.apis.google.com/chart?chf=bg,s,67676700&chs=230x220&cht=p&chco=8DD3C7|FFFFB3|BEBADA|FB8072|80B1D3&chd=t:{{{private}}},{{{gov}}},{{{academic}}},{{{nonprofit}}},{{{other}}}&chdl=Private|Government|Academic|Nonprofit|Other&chdlp=b&chtt=Respondents+by+Sector" width="230" height="220" alt="Respondents by Sector" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment