Hi Daniel, just wondering if you could point me in the right direction on this one?
Thanks Darren On Sunday, April 2, 2017 at 12:44:08 PM UTC+10, [email protected] wrote: > 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/f7bb3b79-7816-401b-8874-ceb861b5ee8f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
