Closed yelper closed 8 years ago
Currently, d3-twodim only allows selecting a groupColumn, which then determines which group to drop people into.
Add the ability to specify an arbitrary function to categorize points.
twoDimFactory.setGroupColumn() already takes an arbitrary function, added a shorthand setGroupField() function to just specify a field name as a grouping field.
twoDimFactory.setGroupColumn()
setGroupField()
Currently, d3-twodim only allows selecting a groupColumn, which then determines which group to drop people into.
Add the ability to specify an arbitrary function to categorize points.