views:

1032

answers:

3

I'm looking for a charting library written in PHP that outputs to SVG (or Canvas), possibly for integration into an ExtJS project. I like the look of http://pchart.sourceforge.net/index.php but it does bitmap output and is GPL licensed, which will probably be a show-stopper since the project is an internal commercial project.

Any suggestions?

+1  A: 

It might not be quite what you're looking for, but there's a PHP Object wrapper for Google Charts:

http://code.google.com/p/gchartphp/

Do you need PHP to generate the actual image via the GD library?

George Mandis
A: 

It's not Canvas based but if you find yourself stuck, i recommend Open Flash Chart

Ólafur Waage
A: 

ezComponents' Graph component can render into different formats, including svg.

troelskn