jquery - Graph is not rendering on data change dynamically in igDataChart of igniteUI -
i have application receiving data on making ajax request, first set of data graph plotting, when ireceive second set of data iam calling same igdatachart() latest data, though control coming graph plotting method corresponding data not renedering
please me
pleasenote:sss there no issue receiving data , kind of data, issue on change of datasource/data graph not updating
try calling renderseries
method after assigning new data. make sure assigning new data follows:
$(".selector").igdatachart("option", "datasource", data); $(".selector").igdatachart("renderseries", "xaxis", true);
Comments
Post a Comment