Skip to content

Commit 1f5ae85

Browse files
committed
Minor documentation update
1 parent 12cf215 commit 1f5ae85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ For Chart export, we support following packages, which you will also need to ins
7676
You can manually download the latest version that supports PHP 8 and above from [jpgraph.net](https://jpgraph.net/))
7777
- [mitoteam/jpgraph](https://packagist.org/packages/mitoteam/jpgraph) (fork with php 8.1 support)
7878

79+
One or the other of these libraries is necessary if you want to generate HTML or PDF files that include charts.
80+
7981
and then configure PhpSpreadsheet using:
8082
```php
8183
Settings::setChartRenderer(\PhpOffice\PhpSpreadsheet\Chart\Renderer\JpGraph::class); // to use jpgraph/jpgraph

0 commit comments

Comments
 (0)