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?