We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d065217 commit 579992eCopy full SHA for 579992e
test/jasmine/tests/fx_test.js
@@ -179,7 +179,8 @@ describe('Fx defaults', function() {
179
shadow: 'auto',
180
},
181
align: 'auto',
182
- namelength: 15
+ namelength: 15,
183
+ showarrow: true,
184
});
185
186
expect(out.data[1].hoverlabel).toEqual({
@@ -197,7 +198,8 @@ describe('Fx defaults', function() {
197
198
199
200
201
202
203
204
205
expect(out.layout.annotations[0].hoverlabel).toEqual({
0 commit comments