We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referenced to GAPI documents, chart field selected in spec in json https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/charts?hl=ru#chartspec
spec
But in chart.py there is hardcode basicChart, that value is limited, don't include pieChart, bubbleChart, candlestickChart and others in docs.
chart.py
basicChart
pygsheets/pygsheets/chart.py
Line 272 in ffaec54
So, request is to add parameter for choosing another charts type except basicChart
The text was updated successfully, but these errors were encountered:
Hi, I am working on this.
Sorry, something went wrong.
ShashantNagpure
No branches or pull requests
Referenced to GAPI documents, chart field selected in
spec
in jsonhttps://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/charts?hl=ru#chartspec
But in
chart.py
there is hardcodebasicChart
, that value is limited, don't include pieChart, bubbleChart, candlestickChart and others in docs.pygsheets/pygsheets/chart.py
Line 272 in ffaec54
So, request is to add parameter for choosing another charts type except basicChart
The text was updated successfully, but these errors were encountered: