Skip to content

Commit 579992e

Browse files
committed
update fx_test for new showarrow attr
1 parent d065217 commit 579992e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/jasmine/tests/fx_test.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ describe('Fx defaults', function() {
179179
shadow: 'auto',
180180
},
181181
align: 'auto',
182-
namelength: 15
182+
namelength: 15,
183+
showarrow: true,
183184
});
184185

185186
expect(out.data[1].hoverlabel).toEqual({
@@ -197,7 +198,8 @@ describe('Fx defaults', function() {
197198
shadow: 'auto',
198199
},
199200
align: 'auto',
200-
namelength: 15
201+
namelength: 15,
202+
showarrow: true,
201203
});
202204

203205
expect(out.layout.annotations[0].hoverlabel).toEqual({

0 commit comments

Comments
 (0)