php array output is as follow:
Array ( [0] => 1111 [1] => 1234 [2] => 1111 [3] => 1111 [4] => 1234
[5] => 1111 [6] => 1111 [7] => 1234 [8] => 1111 [9] => 1111 )
 Array ( [0] => 2222 [1] => 2345 [2] => 2222 [3] => 2222 [4] => 2345
[5] => 2222 [6] => 2222 [7] => 2345 [8] => 2222 [9] => 2222 )
 Array ( [0] => 3333 [1] => 3456 [2] => 3333 [3] => 3333 [4] => 3456
[5] => 3333 [6] => 3333 [7] => 3456 [8] => 3333 [9] => 3333 )
 Array ( [0] => 4444 [1] => 4567 [2] => 4444 [3] => 4444 [4] => 4567
[5] => 4444 [6] => 4444 [7] => 4567 [8] => 4444 [9] => 4444 )
 Array ( [0] => 10:20:00 [1] => 10:20:00 [2] => 10:20:00 [3] =>
10:20:00 [4] => 10:20:00 [5] => 10:20:00 [6] => 10:20:00 [7] =>
10:20:00 [8] => 10:20:00 [9] => 10:20:00 )


output of json_encodeon arrays :
var encoded_P1data
=["1111","1234","1111","1111","1234","1111","1111","1234","1111","1111"];
var encoded_P2data =
["2222","2345","2222","2222","2345","2222","2222","2345","2222","2222"];
var encoded_P3data =
["3333","3456","3333","3333","3456","3333","3333","3456","3333","3333"];
 var encoded_P4data =
["4444","4567","4444","4444","4567","4444","4444","4567","4444","4444"];
 var encoded_xdata =
["10:20:00","10:20:00","10:20:00","10:20:00","10:20:00","10:20:00","10:20:00","10:20:00","10:20:00","10:20:00"];

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization 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-visualization-api?hl=en.

Reply via email to