Hi all,
I'm going to be creating a heavily graph-based website and am weighing the pros and cons of various third-party graph generators. For PHP libraries, they seem really easy to tie into information from databases with the downside of having to do the generation server-side. For Javascript (mostly JQuery based) libraries, the benefit is the generation is done client side but getting the data back through from PHP to Javascript seems to be quite a headache. Here is my list so far, any thoughts or recommendations?
[
jpgraph.net...]
[
pchart.sourceforge.net...]
[
graphpite.sourceforge.net...]
[
mbostock.github.com...]
[
jqplot.com...]
[
code.google.com...]
[
omnipotent.net...]
Thanks in advance.