Skip to content

Commit c53e084

Browse files
committed
Update baseline images and layoutDefaults jasmine test
1 parent 7fc8514 commit c53e084

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Loading
Loading

test/jasmine/tests/plots_test.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ describe('Test Plots', function() {
237237
t: 100,
238238
b: 80,
239239
pad: 0,
240-
autoexpand: true
240+
autoexpand: true,
241+
minreducedwidth: 64,
242+
minreducedheight: 64
241243
};
242244

243245
supplyLayoutDefaults(layoutIn, layoutOut);
@@ -261,7 +263,9 @@ describe('Test Plots', function() {
261263
t: 187,
262264
b: 311,
263265
pad: 0,
264-
autoexpand: true
266+
autoexpand: true,
267+
minreducedwidth: 64,
268+
minreducedheight: 64
265269
};
266270

267271
supplyLayoutDefaults(layoutIn, layoutOut);

0 commit comments

Comments
 (0)