You would assign colors to series with the series.<series index>.color option. I'm not sure how the API maps string values to data series indices here, though. My advice would be to sort the DataTable so that the string values are always in the same order, and then figure out which string value belongs to which data series, and set colors appropriately.
On Monday, March 4, 2013 2:36:32 PM UTC-5, down.with.the.bass wrote: > > I'm trying to set a constant color when a specific column, say column 3, > has a certain value. For instance if column 4 has the value = "D", then > color for that bubble should be "blue". Is there a way I can set these > conditions? -- 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 http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
