Hello,

I am supporting an application that has an org chart that can not be loaded 
when using compatibility view in IE,

The error is : * 'gvjs_fO' is undefined *and the chart can not be loaded 
and stays in loading phase. 

Here is the part of code for loading chart 
*:*



<script type="text/javascript" src="include/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src=
"https://www.gstatic.com/charts/loader.js";></script>
<script type="text/javascript" src="include/json2.js"></script>



 <script type='text/javascript'>
      google.charts.load('current', {packages:['orgchart']});
      google.charts.setOnLoadCallback(drawChart);
</script>

when I remove the compatibility view , the chart can be loaded but I need 
to have compatibility view,

Could you please help to resolve this issue?

Thanks,
Sahar


-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/c226d570-45df-4b90-9164-da8d5b37e405%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to