Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I have a bar chart with two dimensions month and risk, one expression.
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
May be try this
If(Dimension2 = 'High', YourExpressionForTextOnAxis)
Now values are not overlapping. but, bars are not stacking.
Did you may be add a new expression for text on axis and did not disable the old one?
Also, a slight change in the expression....
If(Dimension2 = 'High', YourExpressionForTextOnAxis, ' ')