Browse Source

Fixed height increase on scolling if only graphHeight is defined.

v3_develop
Alex de Mulder 10 years ago
parent
commit
4fee1a2c9a
3 changed files with 25823 additions and 25819 deletions
  1. +1
    -0
      HISTORY.md
  2. +25821
    -25819
      dist/vis.js
  3. +1
    -0
      lib/timeline/component/LineGraph.js

+ 1
- 0
HISTORY.md View File

@ -19,6 +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.
### Network

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


+ 1
- 0
lib/timeline/component/LineGraph.js View File

@ -605,6 +605,7 @@ LineGraph.prototype._updateGraph = function () {
this.options.graphHeight = this.body.domProps.centerContainer.height + 'px';
this.svg.style.height = this.body.domProps.centerContainer.height + 'px';
}
this.autoSizeSVG = false;
}
// getting group Ids

Loading…
Cancel
Save