Link to home
Start Free TrialLog in
Avatar of LimonKavas
LimonKavasFlag for Chile

asked on

Charts with jQuery in PHP

I need to make bar graphs (which are pretty ideally) in a php page from the parameters
entered on a form. according to the result to generate a
graph which can be seen on page or a page as
answer.


my question is, if I can recommend to any or some jquery plug in
another language that is easy to implement .. or if anyone has any
easy to understand tutorial (faq ) to use it and generate the graphics.

thank you very much
ASKER CERTIFIED SOLUTION
Avatar of sfarthing
sfarthing

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi there

with jQuery you got tons of chart/graph options available, most of them producing quite beautiful output, that is pleasant to the eye (and customizable of course). Some examples:
http://highcharts.com/
http://www.jqplot.com/
http://www.jscharts.com/home
http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas/
http://shinylittlething.com/workshop/google_chart_gui/ (basically a way to utilize the google api)

There are more out there, but I suppose these can give you a pretty good idea of your options.
In terms of easy of use and good looking results I always use this

http://code.google.com/p/flot/
@Terry_focus, flot looks great! This might not be my question, but I learned about something really nice!
Thanks.
@theremon

I've used it in a few apps and it is really that good, if you want to do something on the fly like this it is the shizzle. The only problem is saving the images if you want to put them in a document to download