How to represent entries with multiple categories, along with all possible combinations in a graph
I have 3 categories A, B and C. An entry can have any of them or all of them or none of them.
I need to represent how much percentage of all entries have categories
A
, B
, C
, A + B
, B + C
, A + C
, A + B + C
I know I can use venn diagram for this. But I want something more interactive like highlighting the exact section on hover and showing more information in tooltip.
I want to know if there is better way to show this information interactively