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.