简体   繁体   中英

Highcharts in Google Apps Scripts

Has anyone gotten Highcharts working within Google Apps Scripts. http://www.moxiegroup.com/moxieapps/gwt-highcharts/download.jsp

I know that you can do in GWT via: http://www.moxiegroup.com/moxieapps/gwt-highcharts/quickstart.jsp

Is there anyone aware of how to apply this to Google Apps Scripts environment?

If you're using HtmlService to publish your web app, you can certainly add the Highcharts javascript file to your page with <script> tags, but be warned that Google Caja sanitizes your HTML code before it displays it to the user. What does this mean? Well, since the highcharts js file is pretty big, it will take a while (in the realm of several seconds) to sanitize it.

You're probably better off using the Apps Script Charts service .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM