From 4c1150ce10b0bbfb9f644f4b100e4afbd445cf05 Mon Sep 17 00:00:00 2001 From: Gazal Date: Sun, 6 Dec 2015 14:17:36 +0530 Subject: [PATCH] adding elasticY for a test as part of fix for #1056 --- spec/composite-chart-spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/composite-chart-spec.js b/spec/composite-chart-spec.js index 4bd951ab7..7787081a2 100644 --- a/spec/composite-chart-spec.js +++ b/spec/composite-chart-spec.js @@ -644,6 +644,7 @@ describe('dc.compositeChart', function () { describe('with alignYAxes', function () { beforeEach(function () { chart.alignYAxes(true) + .elasticY(true) .render(); }); it('the axis baselines should match', function () {