A gauge visualisation can only be drawn a (maximum) of 31 times when it is used in IE 7, because it uses the createStyleSheet() method internally. As documented by Microsoft (http://msdn.microsoft.com/en- us/library/ms531194(VS.85).aspx) this can only create 31 stylesheets before it fails - usually returning an "Invalid Argument" error.
The code should ideally re-use a single stylesheet (although it is difficult to see what it is doing!), but whilst this error persists I cannot actually use the guage in any serious software, given the ubiquity of IE. It seems to be fine in Opera, Firefox, Safari and Chrome. If only everyone else used only those browsers. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
