Google Visualization not working with appscript html service
问题 I want to use appscript htmlservice along with appscript, The html service seems to work but the visualization do not work. Here is the code for reference. Code.GS : // Script-as-app template. function doGet() { return HtmlService.createHtmlOutputFromFile('html_visualization'); } html_visualization.html <html> <head> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript"> google.load('visualization', '1.0', {'packages':['corechart']});