Skip to content

Commit e7b519b

Browse files
committed
fix other interaction tests
1 parent 573c060 commit e7b519b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var assertHoverLabelContent = customAssertions.assertHoverLabelContent;
2121

2222
var SORTED_EVENT_KEYS = [
2323
'data', 'fullData', 'curveNumber', 'pointNumber', 'pointIndex',
24-
'xaxis', 'yaxis', 'a', 'b', 'c',
24+
'xaxis', 'yaxis', 'a', 'b', 'c', 'id',
2525
'bbox'
2626
].sort();
2727

0 commit comments

Comments
 (0)