Actually, this is a perfect time to ask: I've been trying to find the best FOSS charting tool for a (for-profit) RoR app I'm building. Google-visualr seems to be the easiest to use: https://github.com/winston/google_visualr
Not really a tip from the RoR side of things, but I do have experience with the Google Chart Tools.
Its a decent library, but keep in mind that Google is in control of the source code. I'd personally look for something that uses a library you can host yourself.
This is the only graphing library that seems to believe that the challenge is "display lots and lots of data quickly in a legible fashion" as opposed to "take small amounts of data and render it in a way the user will consider pretty". I love dygraphs ;P.
Which are FOSS.