问题描述
我想在 Google 或雅虎财经之类的网站上显示交互式金融股票图表.我在这个线程上看到了一些建议寻找股票图表组件,但许多建议都是商业,或需要安装 Silverlight.
I would like to display interactive financial stock charts on a website, something like Google or Yahoo finance. I saw some recommendations on this thread looking for stock charting component but many of the suggestions are commercial, or require silverlight to be installed.
谁能推荐任何像样的 Javascript 客户端库来做到这一点?如果它们是免费的,那就更好了
Can anyone recommend any decent Javascript client side libraries to do this? If they're free, even nicer
推荐答案
How about using Google charts itself. See an example or even play around with it.
尽管这有一个缺点 - 您不能离线使用它.有关详细信息,请参阅常见问题解答.
Though this has one drawback - you cannot use it offline. See FAQ's for detail.
Google 的 带注释的时间线 可能会满足您的需求需要.
Google's Annotated Time Line probably would meet your needs.
您可能还想探索 dygraphs.它是开源的,看起来非常强大.
You may want to explore dygraphs as well. It's open source and looks pretty powerful.
这篇关于有没有好的客户端股票图表库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!