开发者

GWT stock chart library

we are about to start a project for a java stock market charting project. we intend to use jfreechart backed by GWT开发者_StackOverflow中文版 to display our stock charts.

-are there any good java stock frameworks or libraries we can use? -is there some good GWT stock charting library that could be used in our project?

thanks


I would suggest not using jfreechart. Rather have a look at the Google Charts API. We used to use other free charting libraries (including jfreechart) and have moved over to the Google Charts API about 5 months ago (ported all our old code). We have never looked back. Also, it integrates brilliantly with GWT.


This one is a really nice HTML5 data visualization tool. Humble Finance itself is written completely in JavaScript, utilizing the Prototype and Flotr libraries. You can use it for displaying any two 2-D data sets of real numerical data that share the axis..

This is equivalent to high stock chart from high charts and its for free !! Comes under MIT license.Check the below URL for more info. http://www.humblesoftware.com/finance/index


I like high stock chart to plot stock market data but its not free for commercial purposes.

Humble finance is nice and free but I was not able to get out put if the number of data point were less then 35 on humble finance.

jfreechart and jqplot can also be used to plot OHCL data.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜