Your code is way to complex for me to break down.  It doesn't look like you 
are using any libraries that are known to cause problems with the Viz API. 
 The only thing I happened to notice that might cause an issue like this is 
that you are not using a callback handler from the Google loader, which 
could cause issues if the charts start drawing before the API is finished 
loading.  I would implement a "google.setOnLoadCallback" handler first, 
just to see if that is the problem (the "easy" fix for this is typically to 
replace a document load event handler with a google.setOnLoadCallback 
handler, but that may not be applicable in your case.

If that doesn't work, then, unfortunately, you have a monumental debugging 
task ahead.  The only advice I can give is to disable as much as possible 
and start enabling features one by one until something breaks.

On Saturday, March 2, 2013 11:41:42 AM UTC-5, [email protected] wrote:
>
> Hi,
>
> I guess the easiest would be a link to the site:
> www.tcec-chess.net/live.php
>
> The 4 graphs are located on the right side of the layout.
>
> Let me know if you need more info.
>
> Best,
> Martin
>
> On Saturday, March 2, 2013 4:59:52 PM UTC+1, asgallant wrote:
>>
>> Can you post code which replicates the problem  or a link to the site?
>>
>> On Saturday, March 2, 2013 4:02:01 AM UTC-5, [email protected] wrote:
>>>
>>> Hello,
>>>
>>> I have a peculiar problem that I don't know the root cause of. I am 
>>> drawing corecharts with data sent from a Javascript file.
>>> Using the dev. tools for Internet Explorer, I can see that the page 
>>> breaks at this code snippet:
>>>
>>> return this.pn[Hb](a)
>>>
>>> With this message:
>>> SCRIPT70: Permission denied 
>>> format+no,default,corechart.I.js, line 491 character 441
>>>
>>> It works fine with IE9 and later, and other browsers. I am not using 
>>> IE7/IE8 myself, but was made aware of the problem by a visitor of my site 
>>> saying that he couldn't view the page using these browsers.
>>> Also, I couldn't really find any info on whether these old browsers are 
>>> supported by the Visualization API or not.
>>>
>>> I have tried both 1.0 and 1.1 of the API, same result with both.
>>>
>>> Any input would be most appreciated.
>>>
>>> Best,
>>> Martin
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to