I have many (2+, number unknown at time of generation) of 1D data sets that I would like to plot together. This data is being queried from a MySQL database. The generation of these datasets are captured through N queries (where there are N lines to plot on the line chart). For example:
Dataset #1: MySQL query results a data set with M1 (x,y) data points Dataset #2: M2 (x,y) data points etc . . . Such that you end with some number of datasets that are not the same length nor share the same x values. I have seen a few questions/examples that seem to address this question using the join method (https://developers.google.com/chart/interactive/docs/reference#join). This approach requires the dt1columns argument is different for each joining of an additional data set. Is this approach the only method for solving this problem? Is there a better approach? No other plotting tool I've used requires that each data set be the same size. Thanks! -- 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/a6ee493c-11db-4303-9268-ac56e1cdefb5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
