Browse Source

Released version 3.7.1

v3_develop v3.7.1
jos 9 years ago
parent
commit
9b8f4bb4b6
8 changed files with 26315 additions and 26228 deletions
  1. +2
    -2
      HISTORY.md
  2. +1
    -1
      bower.json
  3. +1
    -1
      dist/vis.css
  4. +26296
    -26209
      dist/vis.js
  5. +1
    -1
      dist/vis.map
  6. +1
    -1
      dist/vis.min.css
  7. +12
    -12
      dist/vis.min.js
  8. +1
    -1
      package.json

+ 2
- 2
HISTORY.md View File

@ -2,7 +2,7 @@
http://visjs.org
## not yet released, version 3.7.1
## 2014-11-28, version 3.7.1
### Timeline
@ -19,7 +19,7 @@ http://visjs.org
- Added `alignZeros` option to dataAxis with default value true.
- Fixed bug with points drawn on bargraphs
- Fixed docs
- Fixed height increase on scolling if only graphHeight is defined.
- Fixed height increase on scrolling if only `graphHeight` is defined.
### Network

+ 1
- 1
bower.json View File

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

+ 1
- 1
dist/vis.css View File

@ -214,7 +214,6 @@
border-style: solid;
border-radius: 2px;
box-sizing: border-box;
overflow: hidden;
}
.vis.timeline .item.background {
@ -229,6 +228,7 @@
.vis.timeline .item.range .content {
position: relative;
display: inline-block;
max-width: 100%;
overflow: hidden;
}

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


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


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


+ 12
- 12
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.7.1-SNAPSHOT",
"version": "3.7.1",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {

Loading…
Cancel
Save