Forum Replies Created by JustXtasy

Viewing 2 posts - 1 through 2 (of 2 total)
  • in 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.

    why is it that datapoints cannot accept variables that have data i got from the database?
    i tried to alert the values and it got the data i need.. but when i transfer it to the datapoints it always says NaN.undefined

Viewing 2 posts - 1 through 2 (of 2 total)