[jQuery] Re: Google Charts

2008-11-05 Thread moscorp
hello Choan, thanks for help ! in php, 80,30,50 in js var valueArray = $.trim($('#mpngicnt').text()).split(','); -- after that, valueArray return 80 30 50 -- still can't pass the array into gchart series: [ $.gchart.series(valueArray, 'red')] please comment ! On 11月5日, 午後9:52, Ch

[jQuery] Re: Google Charts

2008-11-05 Thread Choan Gálvez
On Nov 5, 2008, at 5:59 AM, moscorp wrote: gchart can't recognize series data in barVert... can't work in var valueArray = $('#mpngicnt').text(); //80,30,50 series: [ $.gchart.series([ valueArray ], 'red')], but it works in series: [ $.gchart.series([ 80,30,50 ], 'red')], how can i solve it

[jQuery] Re: Google Charts

2008-11-04 Thread moscorp
i'm using http://keith-wood.name/gChart.html On 11月5日, 午後12:59, moscorp <[EMAIL PROTECTED]> wrote: > gchart can't recognize series data in barVert... > > can't work in > var valueArray = $('#mpngicnt').text(); //80,30,50 > series: [ $.gchart.series([ valueArray ], 'red')], > > but it works in > s