Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Non clunky, client-side graphs [closed]

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).

like image 978
cam Avatar asked Dec 04 '25 10:12

cam


1 Answers

Protovis http://vis.stanford.edu/protovis/ looks like it might suit your needs. It's simple enough to get started with but very capable.

like image 54
Andrew Avatar answered Dec 07 '25 04:12

Andrew