src/js/widgets/stackGraphWidget.js
branchpopcorn-port
changeset 834 573c7ca752e0
parent 830 18ca612e9ff0
child 842 4ae2247a59f4
equal deleted inserted replaced
833:33a5d5882be4 834:573c7ca752e0
    58         }),
    58         }),
    59         _max = IriSP._(_groupedAnnotations).max(function(_g) {
    59         _max = IriSP._(_groupedAnnotations).max(function(_g) {
    60             return _g.length
    60             return _g.length
    61         }).length,
    61         }).length,
    62         _scale = this.height / _max,
    62         _scale = this.height / _max,
    63         _width = this.width / this.sliceCount
    63         _width = this.width / this.sliceCount,
    64         _showTitle = !this._config.excludeTitle,
    64         _showTitle = !this._config.excludeTitle,
    65         _showDescription = !this._config.excludeDescription;
    65         _showDescription = !this._config.excludeDescription;
    66     
    66     
    67     
    67     
    68     var _paths = _(this.tagconf).map(function() {
    68     var _paths = _(this.tagconf).map(function() {