src/js/widgets/stackGraphWidget.js
branchpopcorn-port
changeset 834 573c7ca752e0
parent 830 18ca612e9ff0
child 842 4ae2247a59f4
--- 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;