<p>I am working on creating a simple X/Y line chart that presents X values as dates and Y as sales ($) volume. I would like to extend that with a simple regression routine and populate the projections out 90/120 days. I have managed to get a JavaScript function to calculate the values for Y given the future X, but charting those values is turning out to thwart me.</p><p> </p><p>Anyone have examples on how to append new values to the X series data? If I/we owned the app, I could easily drop in a stored proc that would generate the future dates and union those w/ my query. Alas, the app owners are less than excited about that.

</p><p> </p><p> </p>