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