Hi folks,

Need some help on the vAxes. I hope there is a solution.

I have a tool that allows my customers to create and customize their 
charts.. 
I have a basic standard structure for combo charts where I have 4 possible 
v-axes. 
I have a problem with my 4th v-axis.

v axis 1. is for counts, number of installs, number of trials etc. (integer 
and can't get really big)
v axis 2. is for revenue profit, total revenue, total subscription revenue 
(currency typically big numbers)
v axis 3. is for ratios, ratio between number of trials and number of 
installs, ratio between total revenue and total subscription revenue 
(ratio, 0-100%)
v axis 4. is for revenue ratios, revenue per install, revenue per user 
(ratio, typically in the range of $0-$20 or so)

I am able to use the vAxes configurations, this is my current setup. (vAxes 
syntax might not be exactly correct, it's just a reconstruction to simplify 
my question)
vAxes: {
   0: {title: "Revenue(bars)",textPosition: "out"},
   1: {title: "Count(line)",textPosition: "out"},
   2: {title: "Ratio(curve line)",textPosition: "in"},
   3: {title: "Rev Ratio(bars)",textPosition: "in"}
},
series: {
   0: {targetAxisIndex: 1},
   1: {targetAxisIndex: 0},
   2: {targetAxisIndex: 0},
   3: {targetAxisIndex: 0},
   4: {targetAxisIndex: 3},
   5: {targetAxisIndex: 2},
   6: {targetAxisIndex: 2},
   7: {targetAxisIndex: 2},
}


where the vAxes are in these location
0: left side, outside of chart
1: right side, outside of chart
2: right side, inside of chart
3: right side, inside of chart - problem overrides the vaxis 2.

What i want is to have
0: left side, outside of chart
1: right side, outside of chart
2: right side, inside of chart
3: left side, inside of chart <-- this is where I want it to go...

Is there a way to tell my vAxis to go to the left side? it seems like the 
2nd, 3rd and 4th v-axis is always on the right...and I couldn't find a way 
to move it to the left.



<https://lh6.googleusercontent.com/-OQUUGGDA-0E/UgKjjsJFGxI/AAAAAAAAA_g/7xJu1a0SHGk/s1600/vaxesproblem.jpg>

Any help is appreciated...


thanks,

Harry

-- 
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/groups/opt_out.


Reply via email to