I guess I misunderstood then. Going back to column ordering; I believe that higher index columns overlay lower index columns, and it is trivially easy to reorder columns when using a view. Ex, to change up the order:
view.setColumns([0, 2, 3, 5, 4, 1]); Which should solve the problem of making sure the non-interpolated data's tooltips get priority. -- 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/-/5L9gfVJp3FIJ. 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.
