This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Google Chart Images do not display

ofirindig wrote on 2011-04-26:
sample code:

<div style="width:420px;text-align:left;direction:ltr;padding:15px;">
<img src="http://chart.apis.google.com/chart?chf=bg,s,EBEBEB&chs=420x160&cht=p&chco=3072F3&chd=s:GMSY&chd=t:100&chdl=Israel+(100%)" width="420" height="160" alt="" />
</div>

Any Ideas?
support wrote on 2011-04-26:
The URL must be percent encoded. In this particular case, the percent ("%") character must be encoded as "%25":

http://chart.apis.google.com/chart?chf=bg,s...&chdl=Israel+(100%25)"