Top "Dc.js" questions

dc.

Uncaught TypeError: Cannot read property 'textContent' of null error

I am trying to use dc.js to implement the crossfilter and d3. I am almost successful. When I run …

javascript d3.js dc.js crossfilter
Using an ordinal scale ('d3.scale.ordinal') for the x-axis in a bar chart

I have a data array like this: var data = [{"Alphabet_Type":"a"}, {"Alphabet_Type":"b"}, {"Alphabet_Type":"a"}]; I am …

javascript d3.js bar-chart dc.js crossfilter
Multi-series bar chart in DC-js

I'm using DC.js ( lib on top of D3 ) and have a great example of a single series bar chart: …

javascript d3.js crossfilter dc.js
Adding a filter in dc.js / Crossfilter not updating the chart

jsFiddle: http://jsfiddle.net/PYeFP/ I have a bar chart set up that graphs a users number of trips by …

d3.js crossfilter dc.js
D3.js - load csv file from chrome

I 've got a webProject with dc.js (d3.js+crossfilter.js) and ndx.csv file. When i run project …

csv d3.js cross-domain dc.js
Properly display bin width in barChart using dc.js and crossfilter.js

I'm making a bar chart using the Dimensional Charting javascript library dc.js, which is based on d3 and crossfilter. …

javascript d3.js crossfilter dc.js
Error: <g> attribute transform: Trailing garbage, "translate(0,NaN)" on dc.js brushing

The purpose of my code is to use the range chart(bar chart) that shows the count of the datasets …

javascript d3.js dc.js
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