Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to display values on X axis without anything missing

Hi,

Please refer to attached Chart 1. I was not able to show complete name on the axis. How can i show complete values.

I got some chart from online(Helpdesk management), how can i show similarly like that. I attached Chart 2 which i found online.

Thanks,

Chris

8 Replies
mbm
Employee
Employee

Sekhar,

Without seeing the application, it looks like you wither have null values in your name dimension, or you're using a calculated dimension that's excluding some of the names. That would be why you're seeing the - as a name value. Can you post a sample application for us to take a look at?

Clever_Anjos
Employee
Employee

If you want to show values use an expression like this

dual(

  sum(Expression1) & ' ' & sum(Expression2), // Display

  sum(Expression1)  // this will give bar length

)

Not applicable
Author

Sekhar Gandham wrote:

How can i show complete values.

Highlight the bar chart and hold down Ctrl+Shift. The bar chart area should now be outlined in red. You can now make the bar chart area smaller by dragging with your mouse.

See Dropbox - 2013-11-15 16h26_24.mp4

antoinelaviron
Partner - Contributor III
Partner - Contributor III

Hi,

If you need to adjust the label area for the axis you need to do the following:

1)Select you chart

2)Press the following combination :CTRL + SHIFT

3) You will see 3 red rectangles. While having CTRL & SHIFT pressed, adjust their borders in order to hae enough space for your labels

Hope this helps

Best regards,

Antoine

Graph1.png

Not applicable
Author

Good one even I had the same problem and I sort it now because of your answer.

Thanks.

Not applicable
Author

snap.PNG

Not applicable
Author

How do we resize the labels to the bar.?

The full label names is not displayed in the bar ?

Not applicable
Author

Awsome.. Thanks a lot Antoine.