-
Hi, guys.
I want to add chart to a form dev. My idea is generate a chart image with PHP and
load it from Forms
Any idea on how to generate a chart image with PHP/
Thanks in advance!
I download it php chart...
I get a source code example
<?php
include("phpgraphlib.php");
$graph=new PHPGraphLib(500,350);
$data=array
(12124,5535,43373,22223,90432,23332,15544,24523,32 778,38878,28787,33243,34832,32302
);
$graph->addData($data);
$graph->setTitle("Widgets Produced");
$graph->setGradient("red", "maroon");
$graph->createGraph();
?>
I save it in the /apache/apache/php directory of the Oracle AS
-
Hi,
I advice to use http://pchart.sourceforge.net/ it also comes with good documentation and examples @ http://pchart.sourceforge.net/documentation.php
Good luck,
Bas
-
Thank you for your reply!
Berechtigungen
- Neue Themen erstellen: Nein
- Themen beantworten: Nein
- Anhänge hochladen: Nein
- Beiträge bearbeiten: Nein
Foren-Regeln
Lesezeichen