outer entities split in to halves based on type
Irfanbsse2060 opened this issue · 1 comments
Irfanbsse2060 commented
First of all its not issue i just need help. I have two types of outer entities. some outer entities belong to type A and some outer entities belong to type B. i want to show type A entities on left halve and type B entities on right halve. is this possible with d3-loom?
nbremer commented
If the totals of the A and B are about a 50% split, then yes. You can either already the data in the correct order (first all of A then all of B), or you can use the .sortGroups
option to sort the outer groups