I am searching for a language/method to display dynamic bar graphs, line graphs, and some vector line sketches. If possible, I would like to avoid an obscure plug-in. Cross-platform compatibility would also be preferred.
I am using PHP to build the data. I intend to have PHP functions to dynamically code the graphs and sketches.
You will probably be very happy when the HTML5 <canvas> element comes to the fore, but it’s a way off being ready. Perhaps you could find a jQuery plugin for this.
Searching JQuery referenced SVG. I don’t think SVG is natively supported for most IE versions.
Searching around some more, I came up with SVGweb. Is this a decent solution?