Przykładem takiego wykresu jest wykres kołowy stąd.
Czyli kod wykresu
Kod
<?php
include_once(‚./LabChartsPie.php’);
$LabChartsPie = new LabChartsPie();
$LabChartsPie->setData(array(100, 200, 200, 200, 430, 760, 54));
echo ‚<img src=”‚.$LabChartsPie->getChart().‚” />’;
?>
include_once(‚./LabChartsPie.php’);
$LabChartsPie = new LabChartsPie();
$LabChartsPie->setData(array(100, 200, 200, 200, 430, 760, 54));
echo ‚<img src=”‚.$LabChartsPie->getChart().‚” />’;
?>
oraz jego błędy
Kod
Warning: include_once(./LabChartsPie.php): failed to open stream: No such file or directory in C:\xampp\htdocs\strona\gotowykomputer.php on line 177
Warning: include_once(): Failed opening './LabChartsPie.php' for inclusion (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\strona\gotowykomputer.php on line 177
Fatal error: Class 'LabChartsPie' not found in C:\xampp\htdocs\strona\gotowykomputer.php on line 178
Warning: include_once(): Failed opening './LabChartsPie.php' for inclusion (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\strona\gotowykomputer.php on line 177
Fatal error: Class 'LabChartsPie' not found in C:\xampp\htdocs\strona\gotowykomputer.php on line 178