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
aa7a7cd864
commit
c7400f3a19
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ foreach ($calendarMonth->getNodes() as $day => $node)
|
||||||
// e.g. 1, 2, 3... or some keyword. first layer has 0 index by default.
|
// e.g. 1, 2, 3... or some keyword. first layer has 0 index by default.
|
||||||
);
|
);
|
||||||
|
|
||||||
// Make second layer for hourly stats in tis day...
|
// Make second layer for hourly stats in tis day with few variables
|
||||||
for ($hour = 0; $hour < 24; $hour++)
|
for ($hour = 0; $hour < 24; $hour++)
|
||||||
{
|
{
|
||||||
// To build independent chart layer, make sure that layer attribute increased, for example to 1
|
// To build independent chart layer, make sure that layer attribute increased, for example to 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue