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 -- 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.
