Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 9e0153b

Browse files
author
Antishov
committed
Updated Readme
1 parent ce6952e commit 9e0153b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ echo Morris\Line::widget([
3535
'gridTextSize' => 11,
3636
'element' => 'lineChart',
3737
'data' => [
38-
['date' => '14/06/2017', 'value' => 2],
39-
['date' => '15/06/2017', 'value' => 4],
40-
['date' => '16/06/2017', 'value' => 1]
38+
['date' => '2017-06-14', 'value' => 2],
39+
['date' => '2017-06-15', 'value' => 4],
40+
['date' => '2017-06-16', 'value' => 1]
4141
],
4242
'xKey' => 'date',
4343
'yKeys' => ['value'],

0 commit comments

Comments
 (0)