为什么我的Google图表不会出现在Fusion Tables infowindow中?

时间:2012-12-06 14:41:55

标签: google-fusion-tables google-visualization

我正在尝试使用Google的Chart API在infowindow中显示图表。

https://www.google.com/fusiontables/DataSource?classic=true&docid=1z614mo0DPw19PX00IFsW7g0S-yilCmUTQaKLjiw

我使用图表向导创建了以下img:

Tickets issued in {Road}

我想要做的是调整它以便我可以传入参数,但它不会出现。

这是原始代码(如上所示):

<img src="//chart.googleapis.com/chart?chxl=1:|2008|2009|2010|2011&chxr=0,0,5000|1,-5,100&chxs=0,676767,10.5,0.333,lt,676767|1,676767,11.833,0.167,l,676767&chxt=y,x&chs=300x173&cht=lxy&chds=0,5000,0,5000&chd=t:-1|111,122,1685,4699&chdlp=b&chls=3&chma=|2,4&chtt=Tickets+issued+in+xxx&chts=676767,11.833" width="300" height="173" alt="Tickets issued in {Road}" />

这是我的努力,但不起作用。

<img src="//chart.googleapis.com/chart?chxl=1:|2008|2009|2010|2011&chxr=0,0,5000|1,-5,100&chxs=0,676767,10.5,0.333,lt,676767|1,676767,11.833,0.167,l,676767&chxt=y,x&chs=300x173&cht=lxy&chds=0,5000,0,5000&chd=t:|{2008},{2009},{2010},{2011}&chdlp=b&chls=3&chma=|2,4&chtt=Tickets+issued+in+{Road}&chts=676767,11.833" width="300" height="173" alt="Tickets issued in {Road}" />

我做错了什么?

1 个答案:

答案 0 :(得分:0)

它不起作用的原因是因为在img src位的开头没有'http:'。