Browse Source

fixed height of legend

v3_develop
Alex de Mulder 10 years ago
parent
commit
284874b47d
2 changed files with 25731 additions and 25726 deletions
  1. +25730
    -25726
      dist/vis.js
  2. +1
    -0
      lib/timeline/component/Legend.js

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


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

@ -71,6 +71,7 @@ Legend.prototype._create = function() {
this.svg.style.position = 'absolute';
this.svg.style.top = 0 +'px';
this.svg.style.width = this.options.iconSize + 5 + 'px';
this.svg.style.height = '100%';
this.dom.frame.appendChild(this.svg);
this.dom.frame.appendChild(this.dom.textArea);

Loading…
Cancel
Save