Hi. I've made the following graph(hopefully this shows up):
<https://lh3.googleusercontent.com/-LvFDY0vjvy8/V09ViUrbt8I/AAAAAAAAALU/rKEANmjRiIg9XT7O6Nwpg642ft4aTr7EQCLcB/s1600/Screen%2BShot%2B2016-06-01%2Bat%2B2.36.39%2BPM.png>
I want to make my right Y-Axes display be a percentage of a specific value
(the green line). Currently it assumed I want 1 = 100%, but in this case I
want 2.8 to be 100%.
All the data is currently in the right 'absolute' scale.
Here are my options:
var options = {
interpolateNulls: true,
hAxis: {
title: 'time_logged',
},
vAxes: {
0: {
title: 'absolute',
minValue: 0,
maxvalue: 4,
},
1: {
title: 'relative',
minValue: 0,
maxvalue: 4,
format:"#%",
},
},
vAxis: {
viewWindow: {
max: 4,
},
},
series: {
0: {
targetAxisIndex:1
},
1: {
targetAxisIndex:1
},
},
};
--
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/849d869f-bf8c-4848-b663-78a1a5cad790%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.