What is a good way to implement a live graph on a website? - what is a micodin
I have a website, which is the current stock price regularly. This is only the current price on the screen. What is the best way to display the current and previous values in a chart. Should not reload the page. Is it possible to implement Dynamic HTML in a chart or use a Java applet?
1 comment:
Java Applet is an option, but it is complicated.
I suggest, would be a solution, AJAX and SVG if you want the best user experience. Chapter 7 of this book is an SVG and PHP example of a solution of graphics in real time with the source code of the backend PHP and JavaScript.
http://thepiratebay.org/torrent/4821802/ ...
Demo
http://cristian.nexcess.net/ajax/svg_cha ...
It is always a good choice, even if the server does the PHP engine.
Post a Comment