On 3/10/2013 5:40 AM, George Ludwig wrote:
I've been reviewing the tapestry5/highcharts integration code, and I see
that the data for the charts has been hardcoded in to a javascript file.

What is the best way to display a lot of data from the server? For example,
I have a series with hundreds or thousands of data points, and I need to
calculate them on the server, and somehow get them in to highcharts.

I haven't done a lot of work with Tapestry's javascript support, so forgive
me if this is obvious...

-George

Write a public function that returns a JSONObject (http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/json/JSONObject.html) in the page class.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to