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

Chart label modification

hi,

     I need to fit the labels below bar chart shown in figure, for example on 1st bar (Renewal Premium Cheque Pick up-cc ) i need to adjust it as

Renewal Premium

Cheque Pick up-cc one below another .??

comm1.PNG.png

13 Replies
whiteline
Master II
Master II

Hi.

Select the chart then press and hold Ctrl+Shift.

Now the red boarders are shown and you can move the objects within the chart.

sujeetsingh
Master III
Master III

Whiteline has told you the option just play with it

sushil353
Master II
Master II

Hi,

you can also change the orientation of the chart.. for the label's having lengthy names .. it is preferable to make the chart in horizontal way..

you can change the chart orientation from style tab of chart properties.

HTH

Sushil

Not applicable
Author

hi whiteline i tried press and hold Ctrl+Shift. option but unable to get

Renewal Premium

Cheque Pick up-cc in

perumal_41
Partner - Specialist II
Partner - Specialist II

can post sample application

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You want your labels to split multiline. You can only display multiline labels when you select the diagonal format "/" on the Axes property pane. And you must split them into multi line yourself. It's easiest to do this in the script.

See this post for how to split them in the script.

Displaying long labels on chart X-axis

-Rob

whiteline
Master II
Master II

Sorry, not noticed that it's  a chart label not the floating text.

Look at the solution Rob's posted below.

Anonymous
Not applicable
Author

Hi,

You can't split labels in multiple line horizontally, however if you have fix category or want to show top 5 label you can use FirstSortedValue() function to calculate label and use "Text in Chart" option to show on chart. Please Note, you have to align these labels properly on the chart and unchecked show legend option to make it real bar chart.

Below chart shows top 3 constraint plan in horizontal multiline.

horizontal_label.PNG.png

Thanks

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Can you attach a sample QVW that demonstrates this?

-Rob