Google 图表 API - Google 财经图表
我一直在尝试创建一个类似于 Google 金融图表的图表。我已经通过带注释的时间线图表获得了几乎所有我想要的东西,除了我似乎无法弄清楚如何合并图表底部的成交量信息。我想知道是否有人知道如何执行此操作或在哪里查找,我一直在研究他们的 API,但似乎找不到它。
I've been trying to create a chart that looks similar to Google's Finance Charts. I've gotten almost everything I want with the Annotated Time Line Chart, except I can't seem to figure out how to incorporate the volume information they have at the bottom of the charts. I was wondering if anybody knew how to do this or where to look, I've been all around their API but can't seem to find it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有人,一个真实的人 - 不在 Stack 上,建议了这个: http://www.humblesoftware.com/finance /index
以此作为答案。
Someone, a real live person - not on Stack, suggested this: http://www.humblesoftware.com/finance/index
Going with that as the answer.
在我看来,该图表看起来与原始的 Google 财经图表几乎相同,并且也是由 Google 维护的。它也是 Google 图表库的一部分,它本身就非常棒。
https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline
IMO this chart looks nearly identical to the original Google Finance chart and is also maintained by Google. It's also a part of the Google charts library wich is pretty awesome by itself.
https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline
尝试使用这个克隆来代替?
http://code.google.com/p/time-series-graph/
带注释的时间线图表不包括 Google Finance 底部的条形图工具 - 我想他们有一个不暴露于外部世界的内部 API 集。
Try using this clone instead?
http://code.google.com/p/time-series-graph/
The Annotated Time Line Chart doesn't include the bar graphing facility along the bottom which Google Finance has - I imagine they have an internal API set that isn't exposed to the external world.