equal
deleted
inserted
replaced
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() { |