You can simply use one of the overloaded Series.addPoint() or Series.setPoints() methods to set the data on a series, either before or after the series is rendered to the chart. If you currently have the data in a JSON format, then you should be able to just iterate over it to turn it into either a Point or Number array. Does that answer your question, or did you have a different topic in mind?
Last edit: Shawn Quinn 2013-02-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
how to set json data to the highstock series using the api.
You can simply use one of the overloaded Series.addPoint() or Series.setPoints() methods to set the data on a series, either before or after the series is rendered to the chart. If you currently have the data in a JSON format, then you should be able to just iterate over it to turn it into either a Point or Number array. Does that answer your question, or did you have a different topic in mind?
Last edit: Shawn Quinn 2013-02-25