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

combo chart values on top of each other


Geez,  beautiful charts, but users need to see the values on a combo chart.

2 out of 6 values are on top of each other #illegible

Any suggestions on moving the data labels?? or scaling?

arrgh!

4 Replies
v_iyyappan
Specialist
Specialist

Hi,

Can you show sample image for ur requirement?

Regards,

Not applicable
Author

combo.png

v_iyyappan
Specialist
Specialist

Hi,

Please see the following link combo chart reference.

Combo Chart Issue

Hope its help. If its not please give the sample file.

Regards,

Clever_Anjos
Employee
Employee

I would do this:

1) Uncheck "Values on data points" for one of the expressions (bar, for example)

2) Change another expression to a dual as below

dual(

  'Face price: ' & sum(Expression1) & chr(10) &

  'Site count: ' & sum(Expression2),

  sum(Expression2)

)

export.png