I am in desperate need to create a bubble chart that has one bubble on it. 
The tricky part: 
For each of the Y and X axis I need a slider (where its not a range 
selector, just one slider bar). I want the slider to actually impact the X 
and Y values as the slider moves up and down and have that bubble move on 
the chart. 
On top of that I need to have several sliders for each Y and X. 

For example, if my X axis max range is set to 100, and my Y max is set to 
100:

Y slider #1: range from 1-50
Y slider #2: range from 1-50

X slider #1: range from 1-50
X slider #2: range from 1-50

So therefore by manipulating the two Y sliders it would combine whatever is 
selected and use that as the Y value. So if Y slider #1 is set to 20, and Y 
slider #2 is set to 10, my Y value would become 30 on the chart and the 
bubble would move accordingly. 
The same thing would happen with my X sliders.

Lastly, the other tricky thing I need to find out how to do is I want to 
take each one of those sliders and multiply the value by a set number, then 
add those all together:

For Example:
For slider Y #1, I want to take whatever is selected and multiply it by .5
For slider Y #2, I want to take whatever is selected and multiply it by .4
Slider X #1 would be multiplied by .3
and Slider X #2 would be multiplied by .2

Then the idea is to take each one of those values and add them together 
into a final number.

I have been trying to get something like this to work for a week, but I am 
not the best coder at all. If somebody would be up to the task to put 
together an example i would be forever indebted to you!!! Thank you in 
advance!
-T

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to