Hi, I'm trying to display charts in info windows in a google fusion table map with prices of french highway gas stations, taking as a model the very nice data set/map on traffic on Tennesse roads: http://www.google.com/support/fusiontables/bin/answer.py?answer=1011815 and its code by the way.. but I don't manage to have my prices be displayed in graphs (despite reading through API tutorial but I certainly missed something..). The X and Y axis seem ok: - per1 per2 per3 for the X axis which are time periodes (and by the way the name of the table columns where my data are) - a scale from 0 to 2 on the Y axis (gas station prices range typically from 1€ to 2€/litre) - chds is set to automatic (chds=a) Maybe I'm wrong with my data declaration ? (Original code for Tennesse traffic is chd=t:2000,2001,2002,2003,2004,2005,2006,2007,2008,2009|{2000},{2001},{2002},{2003},{2004},{2005},{2006},{2007},{2008},{2009})... If anyone can have a look and enlighten that would be much appreciated. Thanks a lot, Etienne URL of my project is http://www.google.com/fusiontables/DataSource?dsrcid=1038002&pli=1 and code: <div style="width:400px; height:220px"><img src=" http://chart.apis.google.com/chart?chxl=0:|per1|per2|per3 &chxr=0,1,3|1,0,2 &chxs=0,676767,11.5,0,lt,676767 &chxt=x,y &chs=400x220 &cht=lxy &chco=3072F3 &chd=t:per1,per2,per3|{per1}{per2}{per3} &chm=o,0066FF,0,-2,6 &chds=a &chdlp=b &chls=2,4,1 &chma=4,4,5,16&&chtt=Price: in {City}"> </div>
-- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-chart-api/-/42j0F-KLlaUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
