Brush filter behaves irrationally on stacked bar chart
问题 I'm seeing a weird filtering issue in using dc.js to draw stacked bar charts. Selecting a filtering area by brushing the chart sometimes starts the selection outside of the axis (figure b), or only lets me select the brush on steps that are integers (i.e. in figure a&b I can only select for example range 2.0-3.0 and or 2.0-4.0 etc). On sub-integer x-axis scales no brushing selection is seen. Basically scope.datasetNames = ['DATASET1','DATASET2', 'DATASET3]; For figure b the reducing functions