ajax, , , . , , , ajax-, , . resetGraph .
var dataview = $("#placeholder");
$.ajax({
url: "index.php",
data: "stuff&junk&things",
method: 'GET',
dataType: 'json',
success: function(msg){
resetGraph(msg.dataview, msg.data, msg.data_ticks, msg.)
}
});
function resetGraph(dataview, data, data_ticks ){
plot = $.plot(dataview, data, {
points: { show: true, radius: 5 },
xaxis: { ticks: data_ticks, tickSize: 7 },
yaxis: {labelHeight: 2}
});
}
, , script, , resetGraph , .