You have specified an XY (cht=lxy) chart, yet, I only see one data series. For XY charts you need 2 data series. Try changing lxy to lc and see if that achieves what you are trying to do. Also see http://code.google.com/apis/chart/types.html#line_charts
-Julien http://charts4j.googlecode.com On Jan 12, 8:23 pm, JackMagic <[email protected]> wrote: > I actually want to get the following data onto a graph. > > 00:07:12, 00:07:05, 00:06:55, 00:07:08 > > So I converted the minutes to seconds and then tried to normalize > using the maximum. But for some reason it didn't work. > > If you can help me do this, that would be so awesome. I struggled > with this for a bit now. > > Best, > ->Ryan > > On Jan 12, 7:08 pm, JackMagic <[email protected]> wrote: > > > I can't figure out what I am doing wrong. > > > <img src="http://chart.apis.google.com/chart? > > cht=lxy > > &chd=t:100,98.3796296296,96.0648148148,99.0740740741 > > &chs=500x350 > > &chtt=First%20Interval%20Time > > &chxt=x,y,r > > &chxr=0,1,4 > > &chxl= > > 0:|1|2|3|4| > > 1:|5%3A00| > > &chxp= > > 0,1,2,3,4| > > 1,2 > > "> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
