We have a client with a large number of corporate desktops running
Windows 7 64 bit, using Internet Explorer 8, in an active directory
environment.
They are having an issue with the 32 bit version of Internet Explorer
where the text in the legend and on the axis is invisible. Some of the
text in the tooltip hover over also disappears.
In testing in trying to resolve this issue, a clean install of Windows
7 64 bit and IE8 does not have the issue.
Changing the compatibility view options, quirks mode, IE mode, do not
resolve this.
I suspect there is something with the Active Directory domain group
policy that is effecting the font labels.
Experimenting with chart options, I was able to make the problem go
away by the following explicit chart options
var options = {fontName: '', fontSize: 11};
Explicitly setting a font size and the fontName to ''.
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
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.