Articles | C2C

BigQuery Data as Source for Charts | GSuite Solved

Written by Brett Bauer | Dec 19, 2022 6:00:00 AM

Question on using BigQuery as a data source to load chart data into web app built with React JS, hosted on Firebase.

 

Currently, can export data from BQ into Data Studio and create chart. Chart can be used to create React component hosted at Firebase.  However - 

Would like to enable additional interactivity by allowing user select portions of chart data to export into server, as new inputs that interact with other React components.

 

Can export with Google Charts, and other chart programs (high charts, fusion charts, amCharts, ChartsJS, etc).

Have not found any documentation regarding the creation of data source using BigQuery for data loading into Google Charts -

If anyone has advice to enable this functionality, would greatly appreciate a nudge in the correct direction.

Thank you!