In the sample code I am using as a basis for my sandbox, there is an Event called "slide" that retrieves the slider value whenever the slider is moved. In the sample code, this Event is used to populate a DIV with the current slider value. I somewhat understand the syntax used to embed the current value into the DIV field on the visible page, but how would I get the slider value into the chart script in the HEAD?
Chris