Google Embed API format data before calling .execute()
问题 I need to format the response I get from Analytics before showing it inside a Google Chart, I tried editing the response when the on("success" ... method gets fired but I found that it gets called after the .execute() . Is there any way to edit the response after receiving it and before it populates the chart? This is my function: var dataChart5 = new gapi.analytics.googleCharts.DataChart({ reportType: 'ga', query: { 'ids': 'ga:***', // My ID 'start-date': '31daysAgo', 'end-date': 'yesterday'