[visualization-api] Re: URL format for extracting data from Google Sheets

2024-04-16 Thread Laurie Bennett
On exploration, it looks like the URL structure I'm using works. But something is preventing it from loading at Wordpress. Do you know which (common) plugins might be blocking the retrieval of data from the Google Sheets server? On Wednesday, April 10, 2024 at 7:10:39 PM UTC-4 Laurie Bennett

[visualization-api] URL format for extracting data from Google Sheets

2024-04-10 Thread Laurie Bennett
I'm using Google Charts to create pie charts on my Wordpress site. These charts display if I hard-code the data, but I'm trying to use a query of a public Google Sheet. It's not working, and the problem appears to be in this section. // Callback to draw the chart function drawChart()

[visualization-api] URL creation for extracting Google Sheets data

2024-04-10 Thread Laurie Bennett
I'm using Google Charts to create pie charts on my web site. These charts display if I hard-code the data, but I'm trying to use a query of a public Google Sheet. It's not working, and the problem appears to be in this section. // Callback to draw the chart function drawChart() {