Skip to content

Commit e948ff4

Browse files
committed
fix test
1 parent c0c64f6 commit e948ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/funnelarea_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ describe('Funnelarea traces', function() {
345345
it('correctly positions large title', function(done) {
346346
Plotly.newPlot(gd, [{
347347
values: [1, 3, 4, 1, 2],
348-
title: { text: 'Test<BR>Title', position: 'top center', size: 60 },
348+
title: { text: 'Test<BR>Title', position: 'top center', font: { size: 60 } },
349349
type: 'funnelarea',
350350
textinfo: 'none'
351351
}], {height: 300, width: 300})

0 commit comments

Comments
 (0)