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
Post a Comment