I'm creating a new Google Slide file based on template, once created I need to stop the embedded charts from updating if the source sheet changes (this is for monthly reports where the underlying will change regularly).
I'm using the Google Slides API for Google Apps Script library (thanks to Wesley Chun and Martin Hawksey) and can have got search and replace working for text.
I'm not however seeing anything in the library that would permit a change the chart properties. I can create a new chart or force a refresh.
Any help appreciated.