Forum Discussion
Density Label BUG?
- 7 years ago
OK, after looking at this I understand what the issue is. So, first for Label density to appear you have to set the X-Axis to Continuous. Forgot about that. So, for the labels that are not appearing you appear to have 2 use cases.
1. You have some values of 1 and the vertical height is not tall enough in order to display the 1 text in a horizontal orientation
2. You have some values that are 2 digits and the horizontal width is not wide enough in order to display the digit text in a horizontal orientation.
So, what I would recommend is to first set the data label text size to 8. Then change the Orientation to Vertical and then change the Position to Auto. This allowed me to see all of the data labels.
OK, after looking at this I understand what the issue is. So, first for Label density to appear you have to set the X-Axis to Continuous. Forgot about that. So, for the labels that are not appearing you appear to have 2 use cases.
1. You have some values of 1 and the vertical height is not tall enough in order to display the 1 text in a horizontal orientation
2. You have some values that are 2 digits and the horizontal width is not wide enough in order to display the digit text in a horizontal orientation.
So, what I would recommend is to first set the data label text size to 8. Then change the Orientation to Vertical and then change the Position to Auto. This allowed me to see all of the data labels.
Thanks it works.