Hi,
We are using GWT-Visualization API to display our data in a very nice
fashion. While it works well on our offices in India, Singapore, New
Zealand, Australia, and UK, graphs doesn't completely show on our
clients site in Brazil. I was wondering it that is actually a language
issue. Other GWT apps works perfectly fine, that is why is bizarre
that only certain visualization graphs (ColumnChart and LineChart)
doesn't work.
here are the clients details:
OS: Window XP localization: Brazil
Browser: IE6
Proxy: company proxy
Windows Firewall: off
AntiVirus Firewall: disabled
JavaScript Restrictions : medium
Hitting
www.google.com/jsapi from Brazil seems to be ok. So we have no
problem locating that file.
And since its loads successfully on our other offices, I don't think
there is a problem in our code. Just to give details here is the part
that loads the jsapi..
<!-- -->
<!-- This script loads the Visualization API. -->
<!-- -->
<script type="text/javascript" src="
https://www.google.com/
jsapi"></script>
<script type="text/javascript" src="/js/ext/adapter/ext/ext-
base.js"></script>
<script type="text/javascript" src="/js/ext/ext-all.js"></script>
<script type="text/javascript">
google.load('visualization', '1', {'packages':['motionchart',
'columnchart', 'table', 'linechart']});
</script>
<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript"
src="com.gwt.test.graphsLoader.nocache.js"></script>
</head>
I was wondering did anyone experience this?
Thanks,
Jayd