Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
pooja_prabhu_n
Creator III
Creator III

Text on axis overlapping in stacked bar chart

Hello everyone,

I have a bar chart with two dimensions month and risk, one expression.

isssue.PNG

My requirement is to display the value on axis. I have enabled "text on axis" option in the expression, but it is overlapping for stacked bar chart and working fine for grouped chart.

Thanks,

Pooja

4 Replies
sunny_talwar

May be try this

If(Dimension2 = 'High', YourExpressionForTextOnAxis)

pooja_prabhu_n
Creator III
Creator III
Author

Now values are not overlapping. but, bars are not stacking.

1.PNG

sunny_talwar

Did you may be add a new expression for text on axis and did not disable the old one?

sunny_talwar

Also, a slight change in the expression....

If(Dimension2 = 'High', YourExpressionForTextOnAxis, ' ')