I've been using charts API to display bar charts associated with Google 
Earth placemarks for years, but just this year have starting receiving some 
decimal data rather than all integer data. Turns out data entered as "1" & 
"1.0" work fine but data with a trailing decimal point "1." prevents the 
bar chart from rendering.
e.g. 
chd=t:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,*1,*1.4,1.2 
works
&
chd=t:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,*1.0,*1.4,1.2 
works
but 
chd=t:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,*1.,*1.4,1.2 
does not work

A casual user may not notice that chd *digits ending with a decimal point* 
is what causes the bar chart to not be displayed.

I haven't tested it on other chart types.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/399eede0-461d-4323-91fb-5fdf9111f019%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to