No probs... I have tried a few different options with the initial state but none have resulted in success...
Thanks again, James On Thu, Mar 18, 2010 at 9:31 PM, Pegasusrjf <[email protected]> wrote: > Sorry, I didn't reliaze you were looking for a motion chart. > > I wonder if the following will let you do what you want: > > > http://code.google.com/apis/visualization/documentation/gallery/motionchart.html#Motion_Chart_initial_state > > On Mar 17, 10:43 pm, hemphij <[email protected]> wrote: > > Many thanks for your reply Pegasus... > > > > Yes these options are available with the scatterchart... > > > > But unfortunately seem not to be available with the motionchart: > http://code.google.com/apis/visualization/documentation/gallery/motio... > > - might these options be added to a future release? > > > > Thanks again, > > James > > > > On Mar 18, 12:43 pm, Pegasusrjf <[email protected]> wrote: > > > > > > > > > It appears that the 'px' isn't needed for the pixel size. > > > > > It also appears that colors needs be an array of strings. > > > > > Example: colors:['red','green','blue','orange'] > > > > > On Mar 17, 9:40 pm, Pegasusrjf <[email protected]> wrote: > > > > > > It appears that you can do this. > > > > > > > http://code.google.com/apis/visualization/documentation/gallery/scatt... > > > > > > Shows options for colors which colors the chart elements, lineSize to > > > > specify line width in pixels, and pointSize to specify the size of > the > > > > points in pixels. > > > > > > When you draw the chart to a div you can place these options which > the > > > > following > > > > > > chart.draw(<yourdiv>,{color: <enter your colors here>,lineSize: > > > > 4px;pointSize:6px} > > > > > > I am not sure how you specify multiple colors, but it is probably > > > > similar to this (colors:'red','green','blue','orange') or colors: > > > > {'red','orange','green'} > > > > > > I hope this helps. > > > > > > On Mar 17, 9:04 pm, hemphij <[email protected]> wrote: > > > > > > > I would also like to specify the colors of my data points. > > > > > > > Is this something we can achieve via CSS? > > > > > > > Thanks, > > > > > James- Hide quoted text - > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text - > > -- > 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.
