Minor documentation update
This commit is contained in:
parent
12cf2159f8
commit
1f5ae85d19
|
|
@ -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/))
|
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 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:
|
and then configure PhpSpreadsheet using:
|
||||||
```php
|
```php
|
||||||
Settings::setChartRenderer(\PhpOffice\PhpSpreadsheet\Chart\Renderer\JpGraph::class); // to use jpgraph/jpgraph
|
Settings::setChartRenderer(\PhpOffice\PhpSpreadsheet\Chart\Renderer\JpGraph::class); // to use jpgraph/jpgraph
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue