Hello!  I would like to make Google Visualization widgets for Eclipse
RAP.  To begin I am trying to make a Motion Chart widget, following
the approach that was done to make Google Maps widget for Eclipse RAP,
as described here
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.rap.help/help/html/advanced/custom-widget.html

I am having problem loading the Visualization API.  I am trying to do
the Eclipse RAP equivalent of this:
<script type="text/javascript" src="http://www.google.com/jsapi";></
script>
    <script type="text/javascript">
      google.load('visualization', '1', {'packages':['motionchart']});

Looking at Google Maps API documentation, it looks like a similar
approach is recommended (loading the JS API from http://www.google.com/jsapi,
then calling google.load()

Looking at the successful Google Map RAP widget, I see that widget
loads the google map Javascript API directly from this URL
http://maps.google.com/maps?file=api&v=2&key="; + key

So I am wondering is there is a way to directly load the Javascript
API for MotionChart and other Visualization charts?

Thanks!
David Donohue

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to