Minor documentation update

This commit is contained in:
MarkBaker 2022-09-18 21:16:36 +02:00
parent 12cf2159f8
commit 1f5ae85d19
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ For Chart export, we support following packages, which you will also need to ins
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)
One or the other of these libraries is necessary if you want to generate HTML or PDF files that include charts.
and then configure PhpSpreadsheet using:
```php
Settings::setChartRenderer(\PhpOffice\PhpSpreadsheet\Chart\Renderer\JpGraph::class); // to use jpgraph/jpgraph