Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Scatter Chart Google> Display Image on Chart

We are using a scatter chart with Google maps to display all the locations where ourproduct is installed.  (See screenshot) Wewould like to display the ‘Green Dot’ as an image (or something similar to makeit stand out) on the scatter chart.


We are currently using the ‘Longitude’ expression:Background color to display ‘Light Green’ for our two office locations.  We would prefer to use an image or alter the presentation attributes.  We seem to be unable to alter these attributes using an expression for the Symbol/Max Bubblesize in the Presentation for just for these two values.  So we attempted to use an image instead and are not sure how to proceed.


Anyone else have any more ideas?  We could make these two locations variables and add these as expressions?  By default each value is the same ‘size’ we just want to show the city.   Anyone else take a different approach we are missing?

Also does anyone else know how to change the default dynamic Google map (Colors> Dynamic Image)?  We would like to remove the parks. 


Thanks for any suggestions or advice on this.


Longitude background color expression

=If(OurCityState='X,WI' or OurCityState='X,MN', LightGreen(), Red()

Colors: Dynamic image

='http://maps.google.fr/staticmap?center='

&num(var_mid_lat,'##############', '.', ',' )
&
','
&num(var_mid_long,'##############', '.', ',' )
&
'&zoom=$(var_zoom)'
&
'&maptype='&
var_maptype
&
'&size='&
map_size_x&'x'&map_size_y
&
'&key='&
gmap_key & '.jpg'

0 Replies