On this page,
http://code.google.com/apis/chart/image/docs/chart_playground.html,
there is this sample code:
cht=bvg
chs=250x150
chd=s:Monkeys
chxt=x,y
chxs=0,ff0000,12,0,lt
1,0000ff,10,1,lt
My question is what is the string "Monkeys" referencing? Where is this
coming from? I know what each parameter's function is, but how is this
string/variable creating the chart?
I ask because I am trying to create my own chart in a info window by
referencing field names in the table that drives the map, but cannot
get it to work. When I manually put in values, it works, but never
with the field names in brackets, "{}".
My chd function looks like this:
chd=s:{a},{b},{c} with a,b,c referencing field names.
Hope this is clear and hope someone can help me. Thanks!
--
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.