Hi there, I am trying to make a map with a chart in the info window and need help before I give up! I can get the map to work, and I am working with the custom info window. I have the values I want, and I caan make a chart show up, but nothing that ever makes sense with my data.
The table is here: http://www.google.com/fusiontables/DataSource?dsrcid=1041500 I would like a column chart with 4 values: the net forest area (1000ha) for 1990, 2000, 2005, 2010. These values range from 0-900,000. If possible, I would also like a 2nd data series, showing the percent change in forest area, with those 3 values grouped next to the years - so the 1990-2000 percent change would be next to the 2000 forest area. oh, and a mouse rollover thing that would show the values would also be nice, but I think I am already asking too much here... This is what I have from the Chart Tool, but as soon as I replace the random data with my datasets, things stop working. http://chart.apis.google.com/chart ?chxl=0:|1990|2000|2005|2010 &chxr=0,1990,2010|1,0,20|2,0,900000 &chxt=x,r,y &chbh=a &chs=300x225 &cht=bvg &chco=A2C180,FF9900 &chd=e:vUbEfXb9,__YJtzoP &chdl=Net+Forest+Area+(1000ha)|Net+Forest+Change+(%) &chdlp=b &chtt=Net+Forest+Area+and+Change+1990-2010 If I replace my column names, I get a chart with 4 values for each year, they have values tha make no sense and do not seem to be associated with the table, or the x axis disappears. I think it has to do with data scaling, but as I am not a computer programmer, I can't make sense of any of the instructions that talk about encoding, it just doesn't make sense to someone who doesn't read computer language... and between the Fusion Table API, the Charts API and everything else a regular person cannot understand what can be put in the info window or not. If I made a nice code in the code playground and put it in my custom info window I get all sorts of errors. Would be nice if there was a clear explanation somewhere of what can go in the the custom info window, because apparently javascript does not work! thank you! -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. 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.
