Hi folks
I need some inspiration on a chart type to represent the following data:
User | Feature A | Feature B | Feature C | Feature D | Feature E |
---|
User 1 | Yes | Yes | No | No | Yes |
User 2 | No | Yes | No | Yes | Yes |
User 3 | Yes | No | No | Yes | Yes |
User 4 | Yes | Yes | No | No | Yes |
User 5 | No | No | Yes | No | Yes |
User 6 | No | No | Yes | No | No |
User 7 | Yes | No | Yes | Yes | No |
User 8 | Yes | Yes | Yes | Yes | No |
User 9 | Yes | Yes | No | No | Yes |
User 10 | No | Yes | No | No | Yes |
The above table is just an example of the data, where we have thousands of users with one or many features enabled.
What I am struggling with is to find a way to represent the grouping of users with one or many of the same features enabled. For example:
- User 1, 4, 8, 9 are the in the same grouping because they have Feature A and B enabled
- User 1, 4, 9 are in the same grouping because they have Feature A, B and E enabled
Any recommendations would be appreciated.