Hello,

I know that I can assign a color to an entire series using setOption like 
so:

.setOption('series',{'0':{'color':'0000ff'},'1':{'color':'red'}, '2':{
'color':'775baf'},'3':{'color':'green'}})

or directly with

.setOption('series.0.color', 'blue')

Sometimes I run into a case where I want to call attention to *only a 
single data point *in the series, and not the entire series. How can I set 
this color in script? I know there is an option to do it in the Edit Chart 
UI, but I was hoping to do it in code.

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/78ec5629-c785-4192-904c-7987e5dd02e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to