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: 
soha1902
Creator
Creator

Bubble color in Scatter Chart

Hi All,

I am using Google Map in my application. Can any one suggest how should I change Bubble color in this Scatter Chart.

Map.png

Thanks in advance.

7 Replies
MK_QSL
MVP
MVP

Go to one of the expression in expression tab

click on + sign

under background color definition add any color you want

i.e. RGB(100,20,40)

soha1902
Creator
Creator
Author

Hi Manish,

Thanks for your reply..Actually I want to add different color for each state. How I will do this?

Please help.

Anonymous
Not applicable

mohammadkhatimi
Partner - Specialist
Partner - Specialist

Hie..

I think you have to make expression in "under background color definition"..

Example:

if(State='MAH',Red(),

if(State='GUJ',Yellow(),

if(State='UP',Green(),

if(State='AP',Pink()

)))



Hope this will helps you...!!!



Regards,

Mohammad

MK_QSL
MVP
MVP

Either use IF condition or use Colors in charts

vardhancse
Specialist III
Specialist III

Hi as @manish kachhia and Mohammad said, we need to add the expression back ground color.

Based on the requirement we should give different conditions along with the color codes.

awhitfield
Partner - Champion
Partner - Champion

Hi Soha,

check if you have a background colour set for your first expression,

if you have, then remove it and they should then appear in different colours

HTH - Andy