¡@

Home 

2014/10/16 ¤W¤È 12:04:29

jquery Programming Glossary: item.data2

blank page highchart in using jquery to call json arrary

http://stackoverflow.com/questions/11851122/blank-page-highchart-in-using-jquery-to-call-json-arrary

function i item var series_name item.name var series_data item.data2 var series data chart.xAxis.categories.push series_name chart.series.data.push.. series_name chart.series.data.push item.data2 'body' .append Name series_name alert series_data cache false.. series_name or chart.series.data.push item.data2 then the alert function doesn't work any more. I have a feeling..

blank page highchart in using jquery to call json arrary

http://stackoverflow.com/questions/11851122/blank-page-highchart-in-using-jquery-to-call-json-arrary

.ajax url 'array.php' success function point .each point function i item var series_name item.name var series_data item.data2 var series data chart.xAxis.categories.push series_name chart.series.data.push item.data2 'body' .append Name series_name.. item.name var series_data item.data2 var series data chart.xAxis.categories.push series_name chart.series.data.push item.data2 'body' .append Name series_name alert series_data cache false script head body div id container style min width 400px height.. of the data from the array.php. But if I uncomment chart.xAxis.categories.push series_name or chart.series.data.push item.data2 then the alert function doesn't work any more. I have a feeling that it doesn't recognize the variable chart . I have declared..