About
RGraph is a JavaScript charts library based on HTML5 SVG and canvas. RGraph is mature (over 15 years old) and has a wealth of features making it an ideal choice to show charts on your website.

More »

 

Download
Get the latest version of RGraph (version 6.17) from the download page. There's also older versions available, minified files and links to cdnjs.com hosted libraries.

More »

 

License
RGraph can be used for free under the GPL or if that doesn't suit your situation there's an inexpensive (£99) commercial license available.

More »

I can't get the Google Sheets import utility to work


Posted by Jeff at 01:10 on Thursday 19th August 2021 [link]
Hi, I am trying to follow your example to connect with data from google sheets, however your link https://www.rgraph.net/demos/line-sheets.html don't show a graph as all others. Is this example working properly?
Replacing your google ID with mine neither works.
Thank you!

Posted by Richard at 11:28 on Thursday 19th August 2021 [link]
Boy is it your lucky day - sort of!

Two days ago I found out that Google has recently (days? Certainly since my last release of RGraph) changed their API for Google Sheets. So I've been updating the workings of the RGraph Google Sheets import tool.

So far the canvas and SVG libraries have been updated - the PHP one I'm hoping to do later on today.

Regardless though I've added the new version of the library here:

[LINK REMOVED]

And there's an example of it showing a regular and grouped Bar chart here:

[LINK REMOVED]

One thing that's new compared to the old method is that Google now requires you to get an OAuth key.

This is quite a simple process though - there's a link to where you can get one in the updated "Setting up" docs, which I've added here:

[LINK REMOVED]

Any problems just come back to me here.

FYI The links have been removed but the updated sheets library is now part of the regular RGraph download.

Posted by Brett at 16:34 on Thursday 19th August 2021 [link]
@Richard - you are the man! I was able to update the common sheets file, create my API, and update my calls to include the 4th parameter and the name of the google sheet. For others, I also needed to change the permission of my sheets to "Anyone with the link".

Posted by Richard at 17:21 on Thursday 19th August 2021 [link]
Great. Did you have any trouble creating your API key?

Was the "Setting up..." documentation clear enough?

[Replies are now closed]