Right now, on a website, I have a Java applet that displays graphs with several different views and options available. Depending on what the user selects, there are tons of different graphing options. Unfortunately, Java applets are very clunky. I’m looking for another method to implement graphs (similar to the kind Yahoo Finance uses). I was thinking of using Flot and preprocessing every graph to be displayed (I want to conserve Server resources).
Share
Cam,
Try jQuery graph plugins… they are gorgeous and are very light weight.
http://www.reynoldsftw.com/2009/02/6-jquery-chart-plugins-reviewed/
Good luck!