Re: Google chart library

2011-12-06 Thread Gary Trakhman
Note, there is a java api to create the DataTable JSON, it follows some 
simple rules.

http://code.google.com/p/google-visualization-java/


-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Google chart library

2011-12-05 Thread Chris Gray
On Sun, 4 Dec 2011 21:53:39 -0800 (PST), thenwithexpandedwingshesteershisflight 
mathn...@gmail.com wrote:
 Has anyone tried using the google chart library in Clojurescript ?
 
 http://code.google.com/apis/chart/interactive/docs/quick_start.html
 
 - it uses a dynamically-loaded-from-the-web api that I cannot work out
 quickly how to deal with. It's not google closure-style javascript by
 the looks of things.

I don't know if anyone has or not, but you might have a look at projects
that use google maps.  It has the same sort of api loaded from the web.
My little google map project is
https://github.com/chrismgray/spot-tracks but I'm sure there are others
as well.

Cheers,
Chris

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: Google chart library

2011-12-05 Thread Sam Ritchie
Here's a Google Maps Clojurescript example of mine that might be helpful:
https://github.com/sritchie/contour

Cheers,
Sam

On Mon, Dec 5, 2011 at 6:48 AM, Chris Gray chrismg...@gmail.com wrote:

 On Sun, 4 Dec 2011 21:53:39 -0800 (PST),
 thenwithexpandedwingshesteershisflight mathn...@gmail.com wrote:
  Has anyone tried using the google chart library in Clojurescript ?
 
  http://code.google.com/apis/chart/interactive/docs/quick_start.html
 
  - it uses a dynamically-loaded-from-the-web api that I cannot work out
  quickly how to deal with. It's not google closure-style javascript by
  the looks of things.

 I don't know if anyone has or not, but you might have a look at projects
 that use google maps.  It has the same sort of api loaded from the web.
 My little google map project is
 https://github.com/chrismgray/spot-tracks but I'm sure there are others
 as well.

 Cheers,
 Chris

 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en




-- 
Sam Ritchie, Twitter Inc
703.662.1337
@sritchie09

(Too brief? Here's why! http://emailcharter.org)

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Google chart library

2011-12-05 Thread thenwithexpandedwingshesteershisflight
cheers guys that's very helpful

On Dec 6, 2:43 am, Sam Ritchie sritchi...@gmail.com wrote:
 Here's a Google Maps Clojurescript example of mine that might be 
 helpful:https://github.com/sritchie/contour

 Cheers,
 Sam









 On Mon, Dec 5, 2011 at 6:48 AM, Chris Gray chrismg...@gmail.com wrote:
  On Sun, 4 Dec 2011 21:53:39 -0800 (PST),
  thenwithexpandedwingshesteershisflight mathn...@gmail.com wrote:
   Has anyone tried using the google chart library in Clojurescript ?

  http://code.google.com/apis/chart/interactive/docs/quick_start.html

   - it uses a dynamically-loaded-from-the-web api that I cannot work out
   quickly how to deal with. It's not google closure-style javascript by
   the looks of things.

  I don't know if anyone has or not, but you might have a look at projects
  that use google maps.  It has the same sort of api loaded from the web.
  My little google map project is
 https://github.com/chrismgray/spot-tracksbut I'm sure there are others
  as well.

  Cheers,
  Chris

  --
  You received this message because you are subscribed to the Google
  Groups Clojure group.
  To post to this group, send email to clojure@googlegroups.com
  Note that posts from new members are moderated - please be patient with
  your first post.
  To unsubscribe from this group, send email to
  clojure+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en

 --
 Sam Ritchie, Twitter Inc
 703.662.1337
 @sritchie09

 (Too brief? Here's why!http://emailcharter.org)

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Google chart library

2011-12-04 Thread thenwithexpandedwingshesteershisflight
Has anyone tried using the google chart library in Clojurescript ?

http://code.google.com/apis/chart/interactive/docs/quick_start.html

- it uses a dynamically-loaded-from-the-web api that I cannot work out
quickly how to deal with. It's not google closure-style javascript by
the looks of things.

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en