¡@

Home 

2014/10/16 ¤W¤È 12:09:47

jquery Programming Glossary: updatechartdata

Best method for passing Data from Java/JSF2 bean to Javascript/jQuery Components

http://stackoverflow.com/questions/7930047/best-method-for-passing-data-from-java-jsf2-bean-to-javascript-jquery-components

10 marginLeft 30 marginBottom 17 zoomType 'y' events load updateChartData title text 'Feed Flow Rate ' xAxis type 'datetime' tickPixelInterval.. JS Function held on my XHTML page This works function updateChartData xhr status args var series this.series 0 setInterval function.. the chart but when I try to pass my bean value function updateChartData xhr status args var jsonString args.chartData var series this.series..

Best method for passing Data from Java/JSF2 bean to Javascript/jQuery Components

http://stackoverflow.com/questions/7930047/best-method-for-passing-data-from-java-jsf2-bean-to-javascript-jquery-components

renderTo 'containerHigh' defaultSeriesType 'area' margin 10 marginLeft 30 marginBottom 17 zoomType 'y' events load updateChartData title text 'Feed Flow Rate ' xAxis type 'datetime' tickPixelInterval 150 yAxis title text '' plotLines value 0.. time i 10000 y 50 Math.random return data And the inline JS Function held on my XHTML page This works function updateChartData xhr status args var series this.series 0 setInterval function var x new Date .getTime y 50 Math.random series.addPoint.. x y true true 1000 parse it process it and load it into the chart but when I try to pass my bean value function updateChartData xhr status args var jsonString args.chartData var series this.series 0 setInterval function var x new Date .getTime y jsonString..