I want to be able to use secondary y axis with combo charts such that a
line and bars are rendered.Here is what I have tried:
var options2 = {
title : 'CD4 && ViralLoad v/s DateTime',
vAxes: {
0: {
observationvalueCD4 : 'observationvalueCD4'
},
1: {
observationValueViralLoad :'observationValueViralLoad'
}
}
hAxis: {title: 'ObservationDateTime'}, --errror here that says
unexpected identifier. Is there a workaround for this ?
seriesType: "bars",
series: {1: {type: "line"}}
};
But in inspect element console, I get an error as specified above.Any
syntactic errors here or any alternatives ?lso, I could not understand
targetAxsIndex option.Please bother to explain it. Thanks
--
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.