Browse Source

Released version 0.7.4

gh-pages
jos 10 years ago
parent
commit
761bb1ce7e
7 changed files with 259 additions and 263 deletions
  1. +243
    -248
      dist/vis.js
  2. +8
    -8
      dist/vis.min.js
  3. +1
    -1
      docs/graph.html
  4. +3
    -1
      docs/index.html
  5. +3
    -4
      docs/timeline.html
  6. BIN
      download/vis.zip
  7. +1
    -1
      index.html

+ 243
- 248
dist/vis.js
File diff suppressed because it is too large
View File


+ 8
- 8
dist/vis.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
docs/graph.html View File

@ -1857,7 +1857,7 @@ var options: {
add:"Add Node",
edit:"Edit",
link:"Add Link",
delete:"Delete selected",
del:"Delete selected",
editNode:"Edit Node",
back:"Back",
addDescription:"Click in an empty space to place a new node.",

+ 3
- 1
docs/index.html View File

@ -23,7 +23,9 @@
<p>
The library is developed by
<a href="http://almende.com" target="_blank">Almende B.V.</a>
<a href="http://almende.com" target="_blank">Almende B.V.</a>.
Vis.js runs fine on Chrome, Firefox, Opera, Safari, IE9+, and most mobile
browsers (with full touch support).
</p>
<h2 id="Components">Components</h2>

+ 3
- 4
docs/timeline.html View File

@ -195,8 +195,8 @@ var items = [
<td>type</td>
<td>String</td>
<td>'box'</td>
<td>The type of the item. Can be 'box' (default), 'range', or 'point'.
<!-- TODO: describe rangeoverflow -->
<td>The type of the item. Can be 'box' (default), 'point', 'range', or 'rangeoverflow'.
Types 'box' and 'point' need a start date, and types 'range' and 'rangeoverflow' need both a start and end date. Types 'range' and rangeoverflow are equal, except that overflowing text in 'range' is hidden, while visible in 'rangeoverflow'.
</td>
</tr>
<tr>
@ -546,8 +546,7 @@ var options = {
<td>type</td>
<td>String</td>
<td>'box'</td>
<td>Specifies the type for the timeline items. Choose from 'dot' or 'point'.
Note that individual items can override this global type.
<td>Specifies the type for the timeline items. Choose from 'box', 'point', 'range', and 'rangeoverflow'. Note that individual items can override this global type.
</td>
</tr>

BIN
download/vis.zip View File


+ 1
- 1
index.html View File

@ -74,7 +74,7 @@ bower install vis
<h3>download</h3>
<a href="download/vis.zip">Click here to download vis.js</a>
(version <span class="version">0.7.3</span>)
(version <span class="version">0.7.4</span>)
<h2 id="example">Example</h2>

Loading…
Cancel
Save