在 Google Charts API 中,如何获取数据表中单元格的值?
我可能只是累了,但是,我似乎无法提取 Google Charts API 数据表中单个单元格的值。我猜它是这样的:
DataTable.getCell(row, col);
我是否只是忽略了一些非常天真的事情?
以下是我一直在使用的 API 参考:http://code.google .com/apis/chart/interactive/docs/reference.html
I am probably just tired, but, I can't seem to pull the value of a single cell in a Google Charts API DataTable. I would guess it to be something like:
DataTable.getCell(row, col);
Am I just overlooking something extremely naive?
Here is the API reference I have been using: http://code.google.com/apis/chart/interactive/docs/reference.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信您需要 getValue()
http://code.google。 com/apis/chart/interactive/docs/reference.html#DataTable_getValue
I believe you want getValue()
http://code.google.com/apis/chart/interactive/docs/reference.html#DataTable_getValue