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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -