Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 soha1902
		
			soha1902
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
I am using Google Map in my application. Can any one suggest how should I change Bubble color in this Scatter Chart.

Thanks in advance.
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
		
			soha1902
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Manish,
Thanks for your reply..Actually I want to add different color for each state. How I will do this?
Please help.
 
					
				
		
 
					
				
		
 mohammadkhatimi
		
			mohammadkhatimi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Either use IF condition or use Colors in charts
 vardhancse
		
			vardhancse
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
		
			awhitfield
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
