Hi All,
I am trying to join 2 json tables to display as on graph
the tables are $jsonTable & $jsonTable2.
both of these contain temperature and time entries from separate sensors 
and gathered at different times.
I have looked at the join example here 
http://code.google.com/apis/visualization/documentation/reference.html#google_visualization_data_join
but not sure on the correct formatting to adapt this to join the json

basically I want to adapt the code below to show each table on the same 
graph as different colours

var data = new google.visualization.DataTable(<?=$jsonTable?>);


Any help would be greatly appreciated
Darren

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/59855382-bc14-4228-b4a5-b554fb3cc781%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to