Display graphs

Designing an app to collect responses to questions from prospects. Once they submit I want to display a “report” that includes graphs of the results.

Any ideas on how do this?

Do I need to pass control to a web page that uses javascript to read in that line from google sheet and produce the graphs?

I think the easiest way to move with this is designing charts with Quickchart/native Glide charts and display it on the details view of the response. Or do you want the “report” to be printable/savable?

Thanks ThinhDinh

Just displayed initially, but perhaps move to a PDF report later, but that would be emailed to the client anyway so can be done backend.

I didn’t realise glide had charting ability. Will take a look.