Skip to content

Commit

Permalink
seemingly wrong brush selector
Browse files Browse the repository at this point in the history
that often worked
thanks @paulbriton for tracking this down!
this seems to be a mistake introduced in 354b890
fixes #1134
  • Loading branch information
gordonwoodhull committed Jun 29, 2016
1 parent ebf153e commit a46e966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coordinate-grid-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ dc.coordinateGridMixin = function (_chart) {
};

_chart.setBrushY = function (gBrush) {
gBrush.selectAll('.brush rect')
gBrush.selectAll('rect')
.attr('height', brushHeight());
gBrush.selectAll('.resize path')
.attr('d', _chart.resizeHandlePath);
Expand Down

0 comments on commit a46e966

Please sign in to comment.