GWT Visualization API VisualizationUtils.LoadVisualizationApi
问题 Assume an application exists where you have multiple different views, each containing multiple graphs of the same type. My question is, do I need to load the visualization API each time I create a new graph as shown in this example http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted, or if I load the visualization once, do I no longer have to create a Runnable in order to wait when the visualization is loaded so the data can be displayed? 回答1: Yes,We cannot use Google