Re: How to get a lot of data in to highcharts?

2013-03-09 Thread Jay Ginete
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

Re: How to get a lot of data in to highcharts?

2013-03-09 Thread Shing Hing Man
I have an example that builds the entireĀ  JSONObject in Java. http://lombok.demon.co.uk/tapestry5Demo/test/highcharts/hcdemotwosource Th following specifiesĀ  part of the chart in Javascript and part of the charts in Java. http://lombok.demon.co.uk/tapestry5Demo/test/highcharts/hcdemothree

Re: How to get a lot of data in to highcharts?

2013-03-09 Thread George Ludwig
@Shing: Thanks that's super helpful!! On Sat, Mar 9, 2013 at 3:10 PM, Shing Hing Man mat...@yahoo.com wrote: I have an example that builds the entire JSONObject in Java. http://lombok.demon.co.uk/tapestry5Demo/test/highcharts/hcdemotwosource Th following specifies part of the chart in