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

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