Hi,
I'm trying to give the user the ability to type in a number and then once they submit, it'll alter the chart based on their input. For example, if the user types in 5 and presses a submit button, the chart would render a line with a slope of 5. On top of that, I'd want the existing other data plots to stay there.
I have an idea on how I plan to come up with the user-defined XML plot data with setDataXML, but it's taking the already charted data that's giving me issues.
Thanks,
clee33