Browse Source

More explanation for `groupOrder`, see #1241

webworkersNetwork
jos 9 years ago
parent
commit
10e1ca3114
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/timeline/index.html

+ 2
- 1
docs/timeline/index.html View File

@ -620,7 +620,8 @@ function (option, path) {
<td>String or Function</td>
<td>'order'</td>
<td>Order the groups by a field name or custom sort function.
By default, groups are ordered by an attribute <code>order</code> (if set).
By default, groups are ordered by a property <code>order</code> (if set).
If no <code>order</code> properties are provided, the order will be undetermined.
</td>
</tr>

Loading…
Cancel
Save