Skip to content

Commit 579d2f9

Browse files
committed
Minor documentation update
1 parent 1f5ae85 commit 579d2f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ 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-
8179
and then configure PhpSpreadsheet using:
8280
```php
8381
Settings::setChartRenderer(\PhpOffice\PhpSpreadsheet\Chart\Renderer\JpGraph::class); // to use jpgraph/jpgraph
8482
//or
8583
Settings::setChartRenderer(\PhpOffice\PhpSpreadsheet\Chart\Renderer\MtJpGraphRenderer::class); // to use mitoteam/jpgraph
8684
```
8785

86+
One or the other of these libraries is necessary if you want to generate HTML or PDF files that include charts.
87+
8888
## Documentation
8989

9090
Read more about it, including install instructions, in the [official documentation](https://phpspreadsheet.readthedocs.io). Or check out the [API documentation](https://phpoffice.github.io/PhpSpreadsheet).

0 commit comments

Comments
 (0)