I have the following code with only one series. I cannot add another series due with the data I am working with - the challenge I am presented with is to style the bars on the bar chart with different colors. Any suggestions?
var options = {
title:selVal + ': Electricity Consumption Yearly % Change',
legend:{alignment:'center', position:'bottom'},
vAxis:{title:'Yearly % Change', format:'#,###%'},
seriesType: "bars",
width:600,
height:300
};