Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
chandu441
Creator
Creator

Combo chart: How to avoid symbol overlapping on data point values

Trying to implement a combo chart with an expression for bar and another as symbol. But the issue I'm facing is symbol is overlapping on the values that are on data points.

Tried implementing values on data points, inside the segment which are not upto the mark.

Please suggest a solution.

It would be great if any one suggest how to right allign the values such that bars will placed LHS and values on RHS corner.

Thanks

1 Solution

Accepted Solutions
Colin-Albert
Partner - Champion
Partner - Champion

Not sure that you can position the text as you wish.

One alternative could be to add a third expression that concatenates the descriptions and values for the other two expressions on different lines, using chr(10) as the line break. Then set this third expression with bar, line and symbol deselected, and just pop-up text enabled. This will give you a custom pop-up when you hover over the data points.

View solution in original post

2 Replies
Colin-Albert
Partner - Champion
Partner - Champion

Not sure that you can position the text as you wish.

One alternative could be to add a third expression that concatenates the descriptions and values for the other two expressions on different lines, using chr(10) as the line break. Then set this third expression with bar, line and symbol deselected, and just pop-up text enabled. This will give you a custom pop-up when you hover over the data points.

Clever_Anjos
Employee
Employee

Something like this?

Capturar.PNG

Please find attached