The example uses jQuery to handle IE < 9, you need to link to the jQuery 
API to make it work.  Add this to the head of the page, above the js code:

<script type='text/javascript' src=
'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>

On Thursday, September 20, 2012 2:29:17 PM UTC-4, Snehal Joshi wrote:
>
> 1) I tried to use http://jsfiddle.net/asgallant/82TYA/.  in sample HTML 
> "workingMapV2.html"  as is. However it didn't give me expected output in IE 
> 7/8. What is the reason?
>
> On Thursday, 20 September 2012 23:45:37 UTC+5:30, Snehal Joshi wrote:
>>
>> 1)ok, let me try.
>> 2) ok :( 
>> 3)Would you please modify TwoColorsDemo.html  which was attached in the 
>> post to show me how can I remove second line completely?
>>
>> On Thursday, 20 September 2012 23:28:33 UTC+5:30, asgallant wrote:
>>>
>>> The GeoCharts are drawn with VML in IE 7 and 8 instead of SVG, which is 
>>> why they work slightly differently.  You can try to work some CSS magic 
>>> with IE 7 and 8 to get the effect you want, though.  Here's a bit of code 
>>> to get you started: http://jsfiddle.net/asgallant/82TYA/.  This changes 
>>> the mouse cursor on hover instead of changing the map elements, but it can 
>>> likely be adapted for your needs.
>>>
>>> The magnifying glass is likely never going to be implemented in older 
>>> versions of IE.
>>>
>>> As of now, you can remove data from the tooltips by setting the 
>>> formatted values of the data to empty strings.  A recent addition to the 
>>> Geochart options documentation leads me to believe that there might be an 
>>> option coming soon that will allow you to turn off the values in the 
>>> tooltip, but it isn't active yet (and it's not in the current RC either).
>>>
>>> On Thursday, September 20, 2012 12:29:08 PM UTC-4, Snehal Joshi wrote:
>>>>
>>>>  Hi,
>>>>
>>>> Our client is complaining that GeoChart Map is not interactive. The 
>>>> main reason is, they use IE 7.0 / 8.0 and following things do not work:
>>>> 1. Mouse Hover action; the map appears as a static image when user 
>>>> hovers. Refer to workingMap.html. Is there any workaround for this? Can we 
>>>> program/ do some CSS change to make it working?
>>>> 2. Magnifying glass do not appear on Map. Although it is written in the 
>>>> documentation that it will appear only on IE 9 and above. Is there any 
>>>> specific reason for this limitation?
>>>> 3. We want to show only country names in tool tip and not the 
>>>> statistical data which is responsible for getting colurs.Refer 
>>>> toTwoColorDemo.html.
>>>>
>>>> Regards,
>>>> Snehal
>>>>
>>>>
>>>>

-- 
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/-/JgD1rfnYTbwJ.
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.

Reply via email to