Skip to content

Commit a46e966

Browse files
seemingly wrong brush selector
that often worked thanks @paulbriton for tracking this down! this seems to be a mistake introduced in 354b890 fixes #1134
1 parent ebf153e commit a46e966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coordinate-grid-mixin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ dc.coordinateGridMixin = function (_chart) {
10091009
};
10101010

10111011
_chart.setBrushY = function (gBrush) {
1012-
gBrush.selectAll('.brush rect')
1012+
gBrush.selectAll('rect')
10131013
.attr('height', brushHeight());
10141014
gBrush.selectAll('.resize path')
10151015
.attr('d', _chart.resizeHandlePath);

0 commit comments

Comments
 (0)