I’m creating google spreadsheet and a chart inside following the sample code at https://developers.google.com/sheets/api/samples/charts
I did not find the properties inside BasicChartSpec https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/charts#BasicChartSpec or inside https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/charts#BasicChartSeries on how to enable Error Bars.
I’m using python to create spreadsheets.
Is showing “Error Bars” not yet supported from the API? Appreciate any help.
Thank you.