Dc.js applying range Chart to multiple graphs
问题 I have been working with dc.js for the last couple of weeks but there is one problem I just don't seem to be able to figure out. I want to be able to change the scales of four different charts based on a single chart with a brush filter. Something along the lines of: priorityTotChart .width(2*w/3).height(h/3) .margins({top: 10, right: 50, bottom: 20, left: 40}) .dimension(dateDim) .group(priorityTotal) .centerBar(true) .gap(1) .x(d3.time.scale().domain([minDate,maxDate])) .elasticY(true)