Skip to content

Commit

Permalink
Fixed almende#1630: fixed docs of getItemRange and getDataRange i…
Browse files Browse the repository at this point in the history
…n docs
  • Loading branch information
josdejong committed Feb 4, 2016
1 parent 4f831b1 commit 014645d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
http://visjs.org


## not yet released, version 4.14.1

### Timeline

- Fixed #1630: method `getItemRange` missing in docs.

### Graph2d

- Fixed #1630: method `getDataRange` was wrongly called `getItemRange` in docs.


## 2016-02-04, version 4.14.0

### Timeline
Expand Down
13 changes: 6 additions & 7 deletions docs/graph2d/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,12 @@ <h2 id="Methods">Methods</h2>
</td>
</tr>

<tr>
<td>getDataRange()</td>
<td>Object</td>
<td>Get the range of all the items as an object containing <code>min: Date</code> and <code>max: Date</code>.</td>
</tr>

<tr id="getEventProperties">
<td>getEventProperties(event)</td>
<td>Object</td>
Expand Down Expand Up @@ -1176,13 +1182,6 @@ <h2 id="Methods">Methods</h2>
<td>Get the current visible window. Returns an object with properties <code>start: Date</code> and <code>end: Date</code>.</td>
</tr>

<tr>
<td>getItemRange()</td>
<td>Object</td>
<td>Get the range of all the items as an object containing <code>min: Date</code> and <code>max: Date</code>.</td>
</tr>


<tr>
<td>isGroupVisible(groupId)</td>
<td>Boolean</td>
Expand Down
6 changes: 6 additions & 0 deletions docs/timeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,12 @@ <h2 id="Methods">Methods</h2>
</td>
</tr>

<tr>
<td>getItemRange()</td>
<td>Object</td>
<td>Get the range of all the items as an object containing <code>min: Date</code> and <code>max: Date</code>.</td>
</tr>

<tr>
<td>getSelection()</td>
<td>number[]</td>
Expand Down

0 comments on commit 014645d

Please sign in to comment.