我正在使用 google 数据表对象来创建 google 可视化。我想读取一个数据表,然后从该原始对象创建多个子表。
根据谷歌文档,没有“getColumn”的方法。
http://code.google.com/apis/visualization/documentation/reference.html#DataTable
我知道有一个 cols 属性,但我不确定该属性的确切用途。有没有人对如何做到这一点有任何想法,并解释 cols 属性的用途?
我正在使用 google 数据表对象来创建 google 可视化。我想读取一个数据表,然后从该原始对象创建多个子表。
根据谷歌文档,没有“getColumn”的方法。
http://code.google.com/apis/visualization/documentation/reference.html#DataTable
我知道有一个 cols 属性,但我不确定该属性的确切用途。有没有人对如何做到这一点有任何想法,并解释 cols 属性的用途?
听起来您正在寻找从原始数据表创建视图。看看这个链接:
http://code.google.com/apis/visualization/documentation/reference.html#DataView
那里还有该页面上 cols 属性的描述。