Forum Discussion
Anonymous
6 years agoNot applicable
How to make data labels really outside end?
I create the following stacked bar chart (without adding Legend). I have made the position of Data Lables 'Outside end', but how to make the data labels really outside end (i.e. not interlace the end...
VisheshRockStar
3 years agoNew Member
Hi All,
You can fix this issue by creating the X axis maximum measure .This issue generally happens bz chart have lower magrin w.r.t the bars .
So create a measure which returns the max axis value and add some margin to it.
Ex- If max age is 60 in the chart and it is overlapping it. you can do in similar way
Measure= Max(Age)+5
Note-I have take 5 as a margin
And pull this measure in the X axis Maximum range.
Best Regard,
Vishesh