How does one modify the fill color of a candlestick with setOption()?
Here's the context in which I'd like to add the fill-modifying code:
var chart = graphsSheet.getCharts()[0];
chart = chart.modify()
.setOption('title', "District Representation at Session #" +
sessionNumber + ": Projected and Actual")
.setOption('colors', ["black"])
.build();
graphsSheet.updateChart(chart);
I've tried variations of the following statement to no avail:
.setOption('candlestick.risingColor.fill', ["blue"])
I'd appreciate your advice.
--
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/941bfe0e-fe23-4f0c-882f-ce546ffebb75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.