Skip to content

Commit b4bdec3

Browse files
committed
fix scattergl test
1 parent f598fea commit b4bdec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/hover_label_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5359,7 +5359,7 @@ describe('hovermode: (x|y)unified', function() {
53595359
},
53605360
{
53615361
name: 'end',
5362-
type: 'scatter',
5362+
type: scatterType,
53635363
x: ['2000-01', '2000-02'],
53645364
y: [1, 2],
53655365
xhoverformat: '%b',

0 commit comments

Comments
 (0)