Home Forums Chart Support A variable for dataPoints Reply To: A variable for dataPoints

#10496

$.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.