Skip to content Skip to sidebar Skip to footer
Showing posts with the label Crossfilter

Sort By Multiple Dimensions In Crossfilter.js

I'm using Mike Bostock's crossfilter library to filter and sort large datasets. My problem:… Read more Sort By Multiple Dimensions In Crossfilter.js

Cross-filter Using Drop Downs

I have two drop-downs. I want that whenever a selection is made in either of the drop-downs, a func… Read more Cross-filter Using Drop Downs

Filter For Multiple Discrete Values In Crossfilter

Does anyone have an approach to filtering a crossfilter object dimension on multiple values? Someth… Read more Filter For Multiple Discrete Values In Crossfilter

Logarithmic Range

I have a very sparse dataset and I want to plot it in a histogram with a logarithmic scale. I would… Read more Logarithmic Range

Dc And Crossfilter - Calculating Percentage Within Records

I'm trying to calculate and plot percentage (%) in one of my dc charts. I have read the API and… Read more Dc And Crossfilter - Calculating Percentage Within Records

Uniformly-spaced Histogram Bins With Dc.js?

Mike Bostock uses the following snippet to generate uniformly-spaced bins for a histogram: var data… Read more Uniformly-spaced Histogram Bins With Dc.js?