Max Charts Source Question

Dear Support,

I’m having a bit of trouble configuring Cornerstone charts.

For my bar chart, I’m ultimately trying to access entries from a gravity form to use as the dataset.

Currently, I’m providing both the labelset and dataset manually with JSON.

e.g.
[
{
“label” : “1/1/2023”,
“index” : “50”
},
{
“label” : “1/8/2023”,
“index” : “75”
}
]

Ideally, I’d like to be grabbing those index values from: (i) gravity forms entries so that the chart can be updated as new entries come in, and (ii) from Google Sheets (so through ACF Pro).

How might I go about doing that / are there any tutorials that you might have for this sort of use case?

Many thanks.

Also, not sure if this available, but when will the full charts course be coming out? We have a
variety of potential use cases for this add-on, and are excited to learn how to use it better.

We have a gravity forms example setup here.

There’s a couple of extra steps for using Google sheets. In Pro 6.4, the HTTP looper setup in this video won’t be needed with the External API Looper we are releasing. Arranging our chart videos in the course section is on our list, you’ll see more videos come out with the CSV Looper and External API looper release.

Let us know if this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.