views:

75

answers:

3

So, I want to sell my PHP application on envato marketplace. But, I don't know what free/open-source charting library (PHP / Flash based) that allow me to incorporate it in such product?

+1  A: 

One option is to use the Google Chart API, it is free and does not need to be distributed with your software.

Usage Policy

There's no limit to the number of calls per day you can make to the Google Chart API. However, we reserve the right to block any use that we regard as abusive. If you think your service will make more than 250,000 API calls per day, please let us know by mailing an estimate to [email protected].

stukelly
I did consider it before asking this question. However, with google chart API, my application need to connect to internet (well, not really my app, but the user who use my app).
silent
+2  A: 

Open flash chart 2 is licensed under Lesser GPL which permits use of the library in proprietary programs.

Glass Robot
Looks great! I'll research this library. Thanks.
silent
A: 

The pChart PHP library is quite a good charting library for PHP and easy to use. The results look quite impressive too.

Tom Woolfrey