Stock Market with Graph Plotting (PHP Jquery or any) [closed]
I have received a project which to do "Stock Market" but I don't know which method that I shall do with? Anyone can recommend or give me some suggestion to point me out? Fir开发者_Go百科st of all it is Web based and free of course. Not in flash also. Thanks in advance.
Since you've mentioned dojo and it sounds like you're in a very early planning stage, perhaps the lightstreamer demo app can give you some ideas. The demo uses the DojoX Grid and DojoX Charting to display the events generated by the Lightstreamer Server (some sort of real time stock value server) in both textual and graphical forms.
Here is a stock example using Dojo, http://persevere.sitepen.com/stocker.html
You can view the source of the page and see how it is set up.
Also more info on Dojo charts here: http://dojotoolkit.org/grids-charts
I'd suggest looking into gRaphael.
It's a cross-browser vector-graphics based javascript graphing library.
hope that helps.
I'm a huge fan of Gnuplot, which I've used to plot stock options. The programmer's book has all the right details with no useless extras.
I like Gnuplot particularly well because it lets me put a lot of the plotting burden on the server when I want to.
HTH
精彩评论