Thanks Keith. I ended up figuring it out, the chat I was using required date and then value for my 2 cells. The date cell, even though being a date from MS Sql server instance, was being rather finicky in the way it was wanting the format. Once I had that right everything was good.
On Mon, Jun 21, 2010 at 5:40 PM, KeithB <[email protected]> wrote: > Hi Nathan, > > This is a common mixup, but you're posting in the forum for Image > Chart instead of Interactive Charts. The correct forum is @ > http://groups.google.com/group/google-visualization-api > > That said, while I cannot help you with the C++ portion of your > program, your javascript code __contains no data___. Viewing the > source code of your test page (http://www.google.com/url?sa=D&q=http:// > > www.suntransformer.com/peter/GoogleAPI3/test/charts2.html&usg=AFQjCNFA_qTjEBJuEoTetO6AARi0IxXemg > ) > gives me javascript code like the following... > > var myData; > var Intersections = []; > var Intersection; > var IntersectionRows = []; > var RowCounter = 0; > var IntersectionDate = []; > var IntersectionStatus = []; > var IntersectionData = []; > > ... and each of those arrays are empty and are never filled with data > by your javascript code. > > Good luck, > K > > -- > 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]<google-chart-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-chart-api?hl=en. > > -- 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.
