Pergunta

we are about to start a project for a java stock market charting project. we intend to use jfreechart backed by GWT 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

Foi útil?

Solução

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.

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top