More universal mitoteam/jpgraph notes (#3537)

This commit is contained in:
Mikhail Oleynik
2023-04-28 06:37:10 +03:00
committed by GitHub
parent c8743061a3
commit 6347726ac4
+1 -1
View File
@@ -74,7 +74,7 @@ or the appropriate PDF Writer wrapper for the library that you have chosen to in
For Chart export, we support following packages, which you will also need to install yourself using `composer require`
- [jpgraph/jpgraph](https://packagist.org/packages/jpgraph/jpgraph) (this package was abandoned at version 4.0.
You can manually download the latest version that supports PHP 8 and above from [jpgraph.net](https://jpgraph.net/))
- [mitoteam/jpgraph](https://packagist.org/packages/mitoteam/jpgraph) (fork with php 8.1 support)
- [mitoteam/jpgraph](https://packagist.org/packages/mitoteam/jpgraph) - fork with modern PHP versions support.
and then configure PhpSpreadsheet using:
```php