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 -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -