Menu

smartgwt with gwt-highstock

Anu
2013-02-22
2013-02-25
  • Anu

    Anu - 2013-02-22

    how to set json data to the highstock series using the api.

     
  • Shawn Quinn

    Shawn Quinn - 2013-02-25

    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

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.