Skip to content

Commit

Permalink
adding elasticY for a test
Browse files Browse the repository at this point in the history
as part of fix for #1056
  • Loading branch information
gazal-k authored and gordonwoodhull committed Jul 19, 2016
1 parent 533a5b0 commit 26f4bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/composite-chart-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 26f4bf1

Please sign in to comment.