Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
antupe
Contributor III
Contributor III

Label Overlapping in Combo Chart

Hello, I have a combo chart with a split axis, at the top I have acummulated sums and at the bottom daily information. As you can see the lines at the top are overlapping and data cannot be read correctly. Any suggestions of how I could avoid labes overlapping? Thank you in advance!

antupe_0-1656320221158.png

 

Labels (1)
  • Other

1 Reply
sergio0592
Specialist III
Specialist III

Hi,

For one of your line, try to use dual() function :

 

dual(chr(10)&YourExpression,YourExpression)

or you can use space (ascii 32)

dual(chr(32)&chr(32)&chr(32)&YourExpression,YourExpression)