the getData.php above has the array  $return_array speld as $array. fix it 
now and also tryed to create the array little differently. but still the 
same issue => chart not displayed:
<?php 
$return_array = array();
$tmp1 = array("Mike", "Mike", "");
$tmp2 = array("Jim", "Mike", "test1");
$tmp3 = array("Bob", "Jim", "Bob Sponge");
$tmp4 = array("Carol", "Bob", "");

array_push($return_array, $tmp1);
array_push($return_array, $tmp2);
array_push($return_array, $tmp3);
array_push($return_array, $tmp4);
echo json_encode($return_array);
?>


-- 
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 http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to