Using 'Ajax updated' dataset with crossfilter Using 'Ajax updated' dataset with crossfilter json json

Using 'Ajax updated' dataset with crossfilter


I think since the ajax request is asynchronous , you have to apply the crossfilter function in the success function. Thus you create and use your crossfilter data only after your ajax data is loaded.