Looking for suggestions for graphing data

I just got access to a service that queries Google Places API for info on Google Business Profiles (GBPs). It generates its own report. It also has a way to call a webhook with a JSON packet that I'm guessing contains most or all of the data it got from Google, saving me from having to do that query. (It has a main level and a bunch of rabbit holes you need to go down to get a profile for just the past 30 days.)

I'd like to use that data to extract some statistics and stuff them into a table every week or month, and then display the changes in several charts, like a data dashboard.

What are my options for creating such a data dashboard?

I think all I'll need are some bar charts and line graphs showing up to 6 months of data.

I've done some digging in Google and I guess there are a number of charting and graphing libs for javascript. Are there any included here?

Is this something I could hand off to AI and have it do what I need?

Wrote a six-parter all about charts and graphs of all shapes and sizes. And that's just with JavaScript libraries. I'm sure there are a ton of FNC-related stuff that works here, and other favorites like Steema and so on.

For general charting outside of app development, the kids these days seem to lean on Grafana all the time. So if you want an AI to build you a dashboard generically, no-code sort of way, that'd be something to have a look at. I don't particularly like its UI, but it might suit what you're after.

1 Like