diff -r 33a5d5882be4 -r 573c7ca752e0 src/js/widgets/stackGraphWidget.js --- a/src/js/widgets/stackGraphWidget.js Fri Mar 16 19:31:26 2012 +0100 +++ b/src/js/widgets/stackGraphWidget.js Mon Mar 19 18:46:17 2012 +0100 @@ -60,7 +60,7 @@ return _g.length }).length, _scale = this.height / _max, - _width = this.width / this.sliceCount + _width = this.width / this.sliceCount, _showTitle = !this._config.excludeTitle, _showDescription = !this._config.excludeDescription;