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 ce27e10 commit be9e6b9Copy full SHA for be9e6b9
test/jasmine/tests/hover_label_test.js
@@ -16,11 +16,8 @@ var fail = require('../assets/fail_test');
16
describe('hover info', function() {
17
'use strict';
18
19
- var mock = require('@mocks/14.json'),
20
- evt = {
21
- clientX: mock.layout.width / 2,
22
- clientY: mock.layout.height / 2
23
- };
+ var mock = require('@mocks/14.json');
+ var evt = { xpx: 355, ypx: 150 };
24
25
afterEach(destroyGraphDiv);
26
0 commit comments