Closed GilShalit closed 3 years ago
the label can only be displayed if a dimension is dragged onto the visual variable "labels".
the most simple solution is to add to your dataset a column filled with 1 values so you can use it as label.
See the attached .rawgraph project: circle-packing-amounts.rawgraphs.zip
Cool, thanks!
I want to display the relative size of various combinations of attributes. So for example if I have a table with people's names, genders and professions. And I'm placing gender as the first dimension, professions as the second, and the same in labels. I'm using genders for color and leaving Size empty. I then get a nice hierarchy of circles for the different combinations.
It would be extremely helpful to have the count used for each circle to be also printed out. So for the circle labeled 'Female / Politian' I would also get Count=732.
Does this make sense? Am I missing something?