google apps script - Need documentation on method setDataTable(table), Charts service -


when using charts service in gas, can create different type of charts , of them have 2 methods setdatatable(...) push data in:

method setdatatable(tablebuilder) method setdatatable(table) 

for first 1 create datatablebuilder object using charts.newdatatable(). second 1 not documented enough me.

does know specification of object table transmit function ? seems me can array or map, had no success in using it.

thanks,

the second method takes in datatable, result of calling datatablebuilder.build(). unfortunately it's not possible construct pure javascript object accept, , you'll need use datatablebuilder.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -