dc.js v2.1.4 Release Notes

    • Simplified capMixin.othersGrouper default implementation by passing the rest of the items as well as those before the cap. This is possible because of #934 relying on sorting of group.all() instead of group.top(). The default implementation is now easy to understand and it should be easier to customize (if anyone should want to).
    • Added example filtering segments of stack (#657)