Re: [visualization-api] Geomap Color axis

2012-05-30 Thread Jinji
GeoMap is the deprecated and unsupported version of GeoChart. You're highly recommended to use GeoChart. On Tue, May 29, 2012 at 5:47 PM, Pravin wrote: > Hi > > In Geomap there is only option to set colors using colorarray as shown > below > > > var options = {}; > options['region']

[visualization-api] Geomap Color axis

2012-05-29 Thread Pravin
Hi In Geomap there is only option to set colors using colorarray as shown below var options = {}; options['region'] = 'US'; options['colors'] = [0xFF8747, 0xFFB581, 0xc06000]; //orange colors options['dataMode'] = 'markers'; How do I set colorAxis.minValue and colorAxis.m