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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bubble chart transparent bubbles

Hi Everyone,

I have a bubble chart (scatter plot) with different colours for each bubble (this is a requirement).  I want to make them solid bubbles but slightly transparent so that overlaps are easily visualised.  I can't find an option to do this?

All of my colours are calculated rgb=(xx,xx,xx).

Thanks

Gareth

4 Replies
kji
Employee
Employee

use argb function instead, works similar with the first parameter being the alpha value (0-255).

Not applicable
Author

Can this work with different colours?  I thought it was only possible with a single colour?

Not applicable
Author

use ARGB(xx,xx,xx,9)

johnw
Champion III
Champion III

Yes, argb() can work with multiple calculated colors, and I've done that on several occasions.  It's done like MvanEijk shows, except that the FIRST parameter is the alpha value, not the last.