Since you are using scatter chart, there is nothing to interpolate.  Just
include null values in the columns that don't have data corresponding to
the domain value (in column 0).

On Fri, Jan 6, 2017 at 11:19 AM, [email protected] <[email protected]>
wrote:

> Is there a way to create a scatter chart with 2 sets of data that do not
> share the same x-axis values? I am trying the graph a temperature vs. time
> relationship and a humidity vs. time relationship, with data points that do
> not necessarily occur at the same time between data sets.
>
> For instance, the temperature vs. time data might look something like:
> [[8,30,45], 72],
> [[9,0,15], 71],
> [[9,21,3], 72],
> [[10,1,0], 73]
>
>
> And the humidity vs. time data might look something like:
> [[8,32,4], 22],
> [[9,10,50], 24],
> [[9,27,32], 20],
> [[10,5,16], 21]
>
> Is there a way to display both of these data sets on the same chart, or
> should I interpolate data points so they can fit in the same table?
>
> --
> 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 google-visualization-api@
> googlegroups.com.
> 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/b5ce8590-077b-42cc-95fb-
> 386ccd64f428%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/b5ce8590-077b-42cc-95fb-386ccd64f428%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]>   5CC, Cambridge MA

-- 
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/CAOtcSJMyZABNNoLWkZk1NDL6jAT19-GrO5dUd3uuyqVUK1gBtQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to