It sounds to me like you want to do a join of the two data sets, which is supported by the google.visualization.data.join()<https://developers.google.com/chart/interactive/docs/reference#google_visualization_data_join>method.
On Wednesday, June 6, 2012 3:25:33 PM UTC-4, Sabha wrote: > > Hi, > > I have datasets from multiple parties that have the same set of > fields/columns. I can create annotated timeline chart for each > individual party separately in same page but I dont know if there is > an option to merge/present the timelines all in single chart. > > Example: For each stock, lets say we have an annotated timeline > plotting the buy/sell, bid/ask graph. We can draw the separate > annotated timeline for each stock plotting the buys and sells as > separate lines in the same chart. But I would like to plot the trend > lines of all buy/sells for both Google and Apple stock in the same > chart to see the comparison across time instead of viewing them in > separate charts. Similarly, plotting the buy and sell of NYSE and > Nasdaq (each has same set of columns). > > In my case, I have something like runtime attributes of machine or > node with the columns as cpu usage, iostats, vmstats, swap, network, > idleness etc as columns. Each of these columns will form their own > lines spanning the timelines for each machine. But how to plot the > comparison chart of multiple machines and showing the individual > columns so one cay view that MachineA CPU is higher compared to > MachineB while the the network and iostats are way down in comparison > in a given time frame? > > > > thanks, > Sabha -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/j5XUTm3NC3wJ. 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.
