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