I want to deploy a GWT Visualization App on an internal network to view data from an internally running data source. I have written the Data Source server as outlined by the tutorials. It works as expected, returning a DataTable that a Visualization can display. The problem is that the visualization requires an internet connection to run:
<script type="text/javascript" src="http://www.google.com/jsapi"></ script> If I don't have that line in the html, the visualizations won't load. The problem is that the requirement for this deployment is to not require an active internet connection, so the visualizations will work regardless of the status of the internet connection. Is there a work around for this? Can I fetch all the ajax libraries and rig them to run in an internet connectionless environment? Is there a way I can host the ajax libraries internally? Any insight would be appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
