You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Using modify() to resize a graph. However, when I do this all the other settings, chart type, range etc seem to reset/all settings lost.
How can I resize a chart in google sheets using google script without losing all these settings?
Clark Lind
unread,
Jul 27, 2020, 1:07:23 PM7/27/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Can you do a "getOptions()" beforehand, alter what you want altered in the object, and then modify() using that object? If you post your code, it might help others to see what you are doing and see if there are any errors or possible suggested changes.