我正在使用google datatable对象来创建Google可视化。我想读取一个数据表,然后从该原始对象创建多个子表。
根据谷歌文档,没有“getColumn”的方法。
http://code.google.com/apis/visualization/documentation/reference.html#DataTable
我知道有一个cols属性,但我不确定这个属性是用于什么的。有没有人对如何做到这一点有任何想法,并解释cols属性用于什么?
答案 0 :(得分:2)
听起来像是从原始数据表中查看您正在寻找的内容。看看这个链接:
http://code.google.com/apis/visualization/documentation/reference.html#DataView
该页面上还有cols属性的描述。