All,
I was wondering if you have any suggestions for the best graphing library available for PHP. I plan to accomplish the following things:
- It should be scalable to support complex graphing plotting.
- It should support forecasting of data.
- It should be easy to implement and should be flexible to extend feature set.
- It should be option rich. (Possibly support 2D/3D graphs).
- The data will come from MYSQL database. So, DB support should be good.
Thanks.