So below is a dynamic graph this I made directly in google sheets. It updates automatically. So when I want to create a report, I use Apps Script to convert it to an image and copy it into a google doc.
Here’s my problem: The graph above represents a cummulative graph based on date ranges that the user picks.
What I now need is to creted daily graphs within that range to break these statistics down by day. Because I never know how many days will be in the range that they specify, I have to build these graphs programmatically then insert them into the google sheet.
I have figured out how to do this, but the closest I’ve been able to get in making the daily graphs look like the one above is shown below:
I simply cannot find the information I need to make the second chart look similar to the first one. Anyone have advice that might help?
question from:
https://stackoverflow.com/questions/65905309/i-need-a-to-build-a-chart-graph-with-apps-script-that-looks-like-one-i-hand-made 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…