Skip to content

Commit 9e75c94

Browse files
author
Daniel Gröger
committed
Fix eslint in tests
1 parent c4383bc commit 9e75c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/jasmine/tests/hover_label_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ describe('hover info', function() {
15831583
});
15841584
});
15851585
describe('overlapping hover labels of different lengths', function() {
1586-
var data = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20].map(v=>({x:[100,200,300],y:[v,v+1,v+2]}));
1586+
var data = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20].map(function(v) {return {x: [100, 200, 300], y: [v, v + 1, v + 2]};});
15871587
var layout = {
15881588
width: 500, height: 400, showlegend: false,
15891589
margin: {l: 100, r: 100, t: 100, b: 100},

0 commit comments

Comments
 (0)