You could also try using CSS overflow and positioning tricks to hide the
upper part of the chart div (put the chart div inside another div with
smaller height dimension, set overflow to hidden on the outer div and
position the chart div with a negative top value).
On Tuesday, January 22, 2013 7:20:31 PM UTC-5, Carlos Moreira wrote:
>
> hello
>
> asgallant is right, you can't remove it with the API. But did you try and
> set the inactive regions to 'transparent' or 'none'?
>
> what you can also do, is add some advanced CSS selectors like:
>
> #visualization path {
> stroke-width:0; /* to remove the borders */
> }
>
> and a more tricky one, would be find which shape is the US one, and apply
> something like:
> #visualization path:nth-child(3) {
> fill:#FFF; /*color shape white. alpha transparency css could be used
> also*/
> }
>
>
> this would probably not work in some older versions of IE... but I hope it
> helps!
>
> Terça-feira, 22 de Janeiro de 2013 22:59:44 UTC, Eze Rangel escreveu:
>>
>> Hi guys, I was thinking if is there a way to remove or fill with
>> transparent the US 'field' from the Mexico map in the Geochart API
>>
>>
>> <https://lh6.googleusercontent.com/-tnsJd0twOqY/UP8ZzGGWnlI/AAAAAAAAAIU/7E1ICr6lKcw/s1600/Captura+de+pantalla+2013-01-22+a+la%28s%29+15.57.57.png>
>>
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/mJMeOL3DSqgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.