@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use PhpOffice\PhpPresentation\Shape\Chart\Type\Area; |
| 7 | 7 | use PhpOffice\PhpPresentation\Shape\Chart\Type\Bar; |
| 8 | 8 | use PhpOffice\PhpPresentation\Shape\Chart\Type\Bar3D; |
| 9 | -use PhpOffice\PhpPresentation\Shape\Chart\Type\Line; |
|
| 10 | 9 | use PhpOffice\PhpPresentation\Shape\Chart\Type\Pie; |
| 11 | 10 | use PhpOffice\PhpPresentation\Shape\Chart\Type\Pie3D; |
| 12 | 11 | use PhpOffice\PhpPresentation\Shape\Chart\Type\Scatter; |
@@ -3,8 +3,6 @@ |
||
| 3 | 3 | include_once 'Sample_Header.php'; |
| 4 | 4 | |
| 5 | 5 | use PhpOffice\PhpPresentation\PhpPresentation; |
| 6 | -use PhpOffice\PhpPresentation\Style\Alignment; |
|
| 7 | -use PhpOffice\PhpPresentation\Style\Color; |
|
| 8 | 6 | |
| 9 | 7 | // Create new PHPPresentation object |
| 10 | 8 | echo date('H:i:s') . ' Create new PHPPresentation object' . EOL; |