nithinmurali / pygsheets

Google Sheets Python API v4
https://pygsheets.readthedocs.io/en/latest
Other
1.51k stars 220 forks source link

Chart sizing #601

Open jwagsters opened 1 month ago

jwagsters commented 1 month ago

I'm generating a large number of charts but the default size is not big enought to read so I have to resize them all by hand. It would be fantastic to be able to set the width and height of the chart, either on creation or afterwards - or preferably both. Apart from saving time, it is very hard to get them all exactly the same size manually, so they tend to jump around when switching through tabs with identical charts.

Amazing lib btw.