update preview location

This commit is contained in:
d47081 2024-01-24 02:21:11 +02:00 committed by GitHub
parent 6202bc8163
commit 405625337c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ Build calendar graphs with unlimited chart layers
#### [Month](https://github.com/YGGverse/graph-php/blob/main/src/Calendar/Month.php) #### [Month](https://github.com/YGGverse/graph-php/blob/main/src/Calendar/Month.php)
![2 layers example](https://github.com/YGGverse/graph-php/blob/main/media/calendar/example-2-layers.png?raw=true) ![yggverse-graph-php-example](https://github.com/YGGverse/graph-php/assets/108541346/bbac7626-1f0b-476c-b154-f8a6f2933530)
##### Live examples ##### Live examples
@ -58,4 +58,4 @@ To make your own implementation, play with:
var_dump( var_dump(
$calendarMonth->getNodes() $calendarMonth->getNodes()
); );
``` ```