I'm using a datatable to provision a pie chart but it appears that setting the series colours is being determined by the 'size' of the series rather than the rows coming out of the table - is that correct?
I guess I'm having a similar problem to others: I have three rows coming out of the table that I want to set to red, amber and green but have been unable to figure out how to map a datatable row of name & count (series) to a colour. Using colors:['red','orange','green'] sets the series with the largest count to red rather than red to row (series) 1, orange to row (series) 2, green to row (series) 3. Does anyone know a way around this? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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.
