crossfilter / reductio

Reductio: Crossfilter grouping
Other
250 stars 42 forks source link

Setting a group's order method #46

Closed mukherjeea closed 8 years ago

mukherjeea commented 8 years ago

I am trying to use post to cap the keys but I am not able to make sense of the following in the README.

It might be wise to set your groups order method before using this.

I usually follow this barGroup=reductio().count(true).sum('foo')(barDim.group())

Could someone please elaborate on this? How should I go about this?

esjewett commented 8 years ago

I've updated the documentation to clarify that this means the order method on the Crossfilter group itself, not in Reductio.