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].
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en.

Reply via email to