Browse Source

Released version 3.6.4

v3_develop v3.6.4
jos 9 years ago
parent
commit
dc22bba9b8
6 changed files with 8 additions and 9 deletions
  1. +1
    -2
      HISTORY.md
  2. +1
    -1
      bower.json
  3. +2
    -2
      dist/vis.js
  4. +1
    -1
      dist/vis.map
  5. +2
    -2
      dist/vis.min.js
  6. +1
    -1
      package.json

+ 1
- 2
HISTORY.md View File

@ -2,8 +2,7 @@
http://visjs.org
## not yet released, version 3.6.4
## 2014-11-07, version 3.6.4
### General

+ 1
- 1
bower.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "3.6.4-SNAPSHOT",
"version": "3.6.4",
"main": ["dist/vis.min.js", "dist/vis.min.css"],
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",

+ 2
- 2
dist/vis.js View File

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 3.6.4-SNAPSHOT
* @version 3.6.4
* @date 2014-11-07
*
* @license
@ -12682,7 +12682,7 @@ return /******/ (function(modules) { // webpackBootstrap
this.autoSizeSVG = true;
}
else if (this.body.domProps.centerContainer.height !== undefined && options.graphHeight !== undefined) {
if (parseInt(options.graphHeight.replace("px",'')) < this.body.domProps.centerContainer.height) {
if (parseInt((options.graphHeight + '').replace("px",'')) < this.body.domProps.centerContainer.height) {
this.autoSizeSVG = true;
}
}

+ 1
- 1
dist/vis.map
File diff suppressed because it is too large
View File


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


+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "3.6.4-SNAPSHOT",
"version": "3.6.4",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {

Loading…
Cancel
Save