Top "Crossfilter" questions

Crossfilter is a JavaScript library for exploring large multivariate datasets in the browser.

Updating dc.js data and reapplying original filters

I'm trying to build a reproducible example of this question about how to replace a crossfilter data restoring dimensions and …

d3.js dc.js crossfilter
Sorting (ordering) the bars in a bar chart by the bar values with dc.js

How can I sort the x-axis (dimension) in the dc.js example by the computed value of the dimension instead …

javascript sorting bar-chart dc.js crossfilter
Is it possible to group by multiple dimensions in crossfilter?

For Example If we have data for books, authors and date information. Can we build a crossfilter for how many …

javascript crossfilter
Show values on top of bars in a barChart

I have a bar chart with ordinal scale for the x-axis. I want to display the y-values on the top …

javascript d3.js bar-chart dc.js crossfilter
Retrieving values in crossfilter.dimension

Hi I'm a newbie in JS and Crossfilter. I'm using crossfilter with my data (.csv file) and retrieved distinct values …

javascript crossfilter dc.js
Crossfilter: how to remove or filter values from group

I'm trying to get a group with the sum of values of a csv file, but I want to remove …

javascript crossfilter