Skip to content

Commit

Permalink
fix redrawBrush signature for #1363
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Apr 2, 2018
1 parent 3abbd86 commit 59e0473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bubble-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dc.bubbleChart = function (parent, chartGroup) {
// override default x axis brush from parent chart
};

_chart.redrawBrush = function (g, selection, doTransition) {
_chart.redrawBrush = function (selection) {
// override default x axis brush from parent chart
_chart.fadeDeselectedArea(selection);
};
Expand Down

0 comments on commit 59e0473

Please sign in to comment.