Skip to content

Commit

Permalink
replaceFilter return this
Browse files Browse the repository at this point in the history
fixes #1227
  • Loading branch information
gordonwoodhull committed May 24, 2017
1 parent b48b294 commit 93ef7f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@ dc.baseMixin = function (_chart) {
_chart.replaceFilter = function (filter) {
_filters = _resetFilterHandler(_filters);
_chart.filter(filter);
return _chart;
};

/**
Expand Down

0 comments on commit 93ef7f9

Please sign in to comment.