README 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Libchart - Simple PHP chart drawing library
  2. =============================================
  3. Libchart is a free chart creation PHP library, that is easy to use.
  4. --------------------------------------------------------------------------------
  5. Features
  6. ==========
  7. * Bar charts (horizontal or vertical).
  8. * Pie charts.
  9. * Line charts.
  10. * Compatibility with PHP 5.
  11. --------------------------------------------------------------------------------
  12. Dependencies
  13. ==============
  14. * PHP 5, compiled with:
  15. * GD 2+
  16. * FreeType 2+
  17. --------------------------------------------------------------------------------
  18. Installation
  19. ==============
  20. In order to use Libchart, unpack the archive in you project directory and
  21. include libchart.php. Please have a look at the demo files for more information.
  22. You need to chmod 777 the "generated" directory in order to generate the demos.
  23. There is also a tutorial available at the project homepage.
  24. --------------------------------------------------------------------------------
  25. Contact info
  26. ==============
  27. WWW: http://naku.dohcrew.com/libchart/
  28. MAIL: jm.tremeaux at gmail dot com