Tagged Questions

5
votes
4answers
2k views

How can I get Google Charts to display multiple colors in a scatter chart?

I would like to display multiple colors (and potentially shapes and sizes) of data points in a Google Chart scatter chart. Does anyone have an example of how to do so? Thanks, Kent Beck
0
votes
0answers
101 views

Google Scatter Chart Input Data limit

I am using Google Scatter chart to display some data points. plotting around 120 data points( 120 x, 120 y coordinates so total 240) works fine. However, the moment I give it one more tuple (x,y), I ...