In the vgg-multi-line example, the groupBy operation was carried out on the colours. In a real life case, users are more likely to group by some sort of ID. The user will then need to write a method to map from IDs to colours. It would be nice to set default colours for groups.
In the
vgg-multi-lineexample, thegroupByoperation was carried out on the colours. In a real life case, users are more likely to group by some sort of ID. The user will then need to write a method to map from IDs to colours. It would be nice to set default colours for groups.