mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
added the webui to the tarball
This commit is contained in:
47
webui/system/helper/libchart/README
Normal file
47
webui/system/helper/libchart/README
Normal file
@ -0,0 +1,47 @@
|
||||
|
||||
Libchart - Simple PHP chart drawing library
|
||||
=============================================
|
||||
|
||||
Libchart is a free chart creation PHP library, that is easy to use.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Features
|
||||
==========
|
||||
|
||||
* Bar charts (horizontal or vertical).
|
||||
* Pie charts.
|
||||
* Line charts.
|
||||
* Compatibility with PHP 5.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Dependencies
|
||||
==============
|
||||
|
||||
* PHP 5, compiled with:
|
||||
* GD 2+
|
||||
* FreeType 2+
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Installation
|
||||
==============
|
||||
|
||||
In order to use Libchart, unpack the archive in you project directory and
|
||||
include libchart.php. Please have a look at the demo files for more information.
|
||||
You need to chmod 777 the "generated" directory in order to generate the demos.
|
||||
There is also a tutorial available at the project homepage.
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Contact info
|
||||
==============
|
||||
|
||||
WWW: http://naku.dohcrew.com/libchart/
|
||||
MAIL: jm.tremeaux at gmail dot com
|
Reference in New Issue
Block a user