--
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 google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Google Visualization API" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-visualization-api/NRWMmMzbsKM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualizati...@googlegroups.com.

I have a question not about the method to join several datatable but on the result. My datatables have the same columns as user "rafLab", dt1[date, temp], dt2[date, temp]....dtn[date, temp]. I have the impression the join method is omitting some rows on my tables. After I join those datatable, the serie get a different end date.
end date join end date
2014 06/02 05/26
2015 05/30 05/29
2016 06/02 06/05
2017
I have a website you can see what's wrong, moncompost.com. I have several datables (saisons). I only join datatable for Spring datatable (ie 'Printemps 2017', 'Printemps 2016', 'Printemps 2015', 'Printemps 2014'). The join method is invoked when I chose the dropdown menu Visualisation 'Annees Anterieures'.