Import charts/graphics from google sheets

Hii… everyone.

I’m trying to make an application that connects to Google Sheets, and there are charts that I want to display in Thunkable, but I haven’t found a way to import the charts from Google Sheets.
Can anyone help me…

Hi there, and welcome to Thunkable!

There are a couple of ideas that might help you out with this, but i’m sure there are some more that maybe more people from the community can suggest:

  • (recomended) Use quickchart.io, a powerful website with free apis to create a lot of different charts. It’s actually quite easy and you just need to get the values from Google Sheets and place them directly in the URL

  • (i never used it yet but worth a try) Use a WebViewer component to your Google Sheet’s page.

Hope it helps, good luck!

Hi maurizio.polverini89 and all

Thank you for your suggestion. I will try to learn about this.
By the way, apart from Google Sheets, are there any alternative databases that can easily process graphs from data and the graphs are easy to connect using thunkable?

“Interfaces” from Airtable is another viable solution

there’s also https://www.image-charts.com
it doesnt have a database but you build the command string while you read your google sheet - then call their api with the command string