We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Documentation states, that a call to replaceFilter return the chart instance and therefor can be chained. But the code is missing a return statement.
_chart.replaceFilter = function (filter) { _filters = _resetFilterHandler(_filters); _chart.filter(filter); // missing return here };
The text was updated successfully, but these errors were encountered:
Thanks @skidr0w for the report!
I don't know why I haven't fixed this yet - guess it slipped my mind. It's a duplicate of #1227.
Sorry, something went wrong.
No branches or pull requests
Documentation states, that a call to replaceFilter return the chart instance and therefor can be chained. But the code is missing a return statement.
The text was updated successfully, but these errors were encountered: