diff --git a/src/controllers/controller.bar.js b/src/controllers/controller.bar.js index e12e802ea..46d44fe16 100644 --- a/src/controllers/controller.bar.js +++ b/src/controllers/controller.bar.js @@ -500,7 +500,7 @@ module.exports = function(Chart) { categorySpacing: categorySpacing, fullBarHeight: fullBarHeight, barHeight: barHeight, - barSpacing: barSpacing, + barSpacing: barSpacing }; }, diff --git a/src/scales/scale.linearbase.js b/src/scales/scale.linearbase.js index 53beb4d06..e9e8cefa6 100644 --- a/src/scales/scale.linearbase.js +++ b/src/scales/scale.linearbase.js @@ -120,6 +120,6 @@ module.exports = function(Chart) { me.zeroLineIndex = me.ticks.indexOf(0); Chart.Scale.prototype.convertTicksToLabels.call(me); - }, + } }); }; \ No newline at end of file