You can't really control the colors, no. The color is a dimension, and is calculated automatically from the values range. Take a look at the playground<http://code.google.com/apis/ajax/playground/?type=visualization#motion_chart>. In there the color is the Location column, with values "East" and "West". So there are only 2 colors, and they are set to blue and green. Try to change the column type to number and replace East/West with numbers, and see what happens.
On Tue, Aug 10, 2010 at 5:33 PM, Yogesh Patil <[email protected]>wrote: > I am trying to change the color for motion chart visualization. > > On Aug 10, 2:51 pm, Jinji <[email protected]> wrote: > > What visualization are you talking about? > > > > On Mon, Aug 9, 2010 at 7:26 PM, Yogesh Patil <[email protected]> > wrote: > > > Hi, > > > > > I want to change the color of bubbles with the customized colors. > > > > > I am aware of different options available which allows me to change > > > it. By default they are appearing as GREEN and BLUE.... I want to > > > change these with some other colors. > > > > > I was one field colorOption in state parameter. But I do not know what > > > are different values I can use for changing the default colors. > > > > > Please help me out on this one..... > > > > > -- > > > 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]<google-visualization-api%[email protected]> > <google-visualization-api%[email protected]<google-visualization-api%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-visualization-api?hl=en. > > -- > 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]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- 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.
