I need to show a chart as a cartesian plane and to put dots on it.
No problem to do so, but now I need to use a different color for one of 
those dots and possibly put a label on its side.

Let's say that these are my data
var data = google.visualization.arrayToDataTable([
    ['1st param', '2nd param'],
    [ 8,     12],
    [ -4,    -5.5],
    [ 11,    14],
    [ 4,     -5],
    [ 3,     -3.5],
    [- 6.5,   7]
]);

at the moment they all are blue by default, is there a way to make only one 
of them red or any other color?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to