$.each(data, function (i, item) {
dps.push(“{label: “+item.ProfileName+”, y:”+ item.TotalCustomer+”},”);
alert(dps[0]);
});
How do i do this..?
is it possible for a datapoints to be like that..?
i cant render the Chart because I do not know the format.