hello Choan,
thanks for help !
in php,
<div id=mpngicnt>80,30,50</div>
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 !