annotations: {
stem: {
length: 150,
color:
graphData.length > 1
? graphData.map((d, i) => {
console.log(`Index ${i} Value:`, d[3]);
return d[3] !== null && d[3] !== undefined && d[3] !== ""
? "#880808"
: "none";
})
: [],
},
}, i need color for only the values also i want this line as a vertical 
line as well the color condition is not working

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/a1ef9eb0-cb13-4370-8dbc-4a33fea123d6n%40googlegroups.com.

Reply via email to