mirror of
https://github.com/YGGverse/graph-php.git
synced 2026-03-31 17:45:31 +00:00
update readme
This commit is contained in:
parent
c0969363b6
commit
7dca03ee52
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -7,10 +7,14 @@ 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)
|
||||||
|
|
||||||
##### Example
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
##### Live examples
|
||||||
|
|
||||||
|
* [https://94.140.114.241/yggstate](https://94.140.114.241/yggstate)
|
||||||
|
|
||||||
|
##### Usage
|
||||||
|
|
||||||
###### Server-side
|
###### Server-side
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -54,8 +58,4 @@ To make your own implementation, play with:
|
||||||
var_dump(
|
var_dump(
|
||||||
$calendarMonth->getNodes()
|
$calendarMonth->getNodes()
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
###### Live examples
|
|
||||||
|
|
||||||
* [https://94.140.114.241/yggstate](https://94.140.114.241/yggstate)
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue