Gra
PHPico
Web & Tool to generate dynamic charts on the fly. Component written in PHP + GD, generates graphs in PNG format, at the moment exist Percentage, Bars and Pie styles.
Sourceforge.org
Summary |
Home Page |
Forums |
Bugs |
Support |
Tasks |
Docs |
News |
Screenshots |
Download |
|
Advantages : Incorporat dynamic graphics to any Web, without additional times to elaborate and publish them. Does not require to know any language or to have installed additional component in host where the graphs will be inserted.
Version : 0.0.3
Licence : GNU General Public License (GPL), PHP License
News :
* The file parameters have changed, look at the instructions of each one to apply the respective changes.
* If you're interesting in GraPHPico, if you wanna use it or you're a user, send me an email.
Styles :
In order to use them requires to do the following:
Include the respective file according to the style in the page in which it is desired that it appears the graph of the following form:
<img src="http://www.standcomercial.com/graphpico/graphporcentaje.php">,
<img src="http://www.standcomercial.com/graphpico/graphbarras.php"> or
<img src="http://www.standcomercial.com/graphpico/graphpastel.php">
Other server:
<img src="http://graphpico.sourceforge.net/graphporcentaje.php">,
<img src="http://graphpico.sourceforge.net/graphbarras.php"> o
<img src="http://graphpico.sourceforge.net/graphpastel.php">
Other server:
<img src="http://www.formatodigital.com/graphpico/graphporcentaje.php">,
<img src="http://www.formatodigital.com/graphpico/graphbarras.php"> o
<img src="http://www.formatodigital.com/graphpico/graphpastel.php">
Besides to add the following parameters:
The
Percentage Style add to the
.php
- Space that is desired to fill (from 1 to 100%)
?fil=72
?fil=100
?fil=34
?fil=80
Additional parameters:
- Background color:
&bkg=FFFFFF
- Width:
&wdt=30
Being of the following form:
imgporcentaje.php?fil=33&wdt=30
The Bars Style add at least 1 parameter to the .php
- Data:
&dat=34,69,300,2344
Additional parameters:
- Background color:
&bkg=FFFFFF
- Title
&ttl=Porcentajes+del+mes
&ttl=Valores+del+mes+pasado
&ttl=Accesos+del+día+de+hoy
Being of the following form:
imgbarras.php?dat=34,90,74&bkg=FFFFFF&ttl=Mi+grafica
The
Pie Style add at least 1 parameter to the
.php
- Datos:
&dat=2,5,1,6,3,4
Additional parameters:
- Background color:
&bkg=FFFFFF
- Height:
&wdt=200
- Width:
&hgt=100
Being of the following form:
imgbarras.php?dat=2,5,1,6,3,4&bkg=FFFFFF&wdt=200&hgt=100
If you're interesting in GraPHPico, if you wanna use it or you're a user, please send me an email.