Spreadsheet
To render a chart sourced from a Google Spreadsheet, just pass the spreadSheetUrl parameter with a url to your spread sheet.
<Chart
chartType="ScatterChart"
spreadSheetUrl="https://docs.google.com/spreadsheets/d/1jN0iw0usssnsG1_oi-NXtuKfsUsGme09GsFidbqxFYA/edit#gid=0"
options={{
hAxis: {
format: "short",
},
vAxis: {
format: "decimal",
},
}}
/>