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 > series: [ $.gchart.series([ 80,30,50 ], 'red')], > > how can i solve it !