Skip to content

Commit 530d01a

Browse files
committed
adding elasticY for a test
as part of fix for dc-js#1056
1 parent d8999f9 commit 530d01a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/composite-chart-spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ describe('dc.compositeChart', function () {
644644
describe('with alignYAxes', function () {
645645
beforeEach(function () {
646646
chart.alignYAxes(true)
647+
.elasticY(true)
647648
.render();
648649
});
649650
it('the axis baselines should match', function () {

0 commit comments

Comments
 (0)