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: 
Not applicable

Regarding Horizontal Bar Chart

Hello Friends,

I appreciate your time. I am using horizontal bar chart and trying to make the y axis dimension name fully appear. But its showing only half . Kindly could any one let me know how to show the full  Y axis name ?

Attached the image for your reference.

Thank you again!

Kiruthiga

1 Reply
marcus_sommer

By an activated chart if you pressed ctrl+shift you will get red lines within the chart for the various chart-parts which you could drag and size with the mouse. Another approach could be to split your dimension-values into multiple lines, maybe per:

mid(Product, 1, 20) & Chr(10) & mid(Product, 21)

or with more lines and/or checking the lenght of the value and/or using subfield() + substringcount() to split it more appropriate.

- Marcus