admin管理员组

文章数量:1193774

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.

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.

Share Improve this question asked Feb 14, 2011 at 22:05 user387049user387049 6,8578 gold badges54 silver badges56 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 13

Someone, a real live person - not on Stack, suggested this: http://www.humblesoftware.com/finance/index

Going with that as the answer.

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

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.

本文标签: javascriptGoogle Chart APIGoogle Finance ChartsStack Overflow